branch: externals/doc-toc commit 81f58d0871a39fa1b70fd625713ab30335778f05 Author: Daniel Nicolai <dalanico...@gmail.com> Commit: Daniel Nicolai <dalanico...@gmail.com>
Fix double-dash function names --- toc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index 7d0999e445..2c629c8711 100644 --- a/toc-mode.el +++ b/toc-mode.el @@ -566,7 +566,7 @@ to `pdfoutline' shell command." (insert text))) ;;; djvu parse tablist to outline -(defun toc-tablist-to-djvused () +(defun toc--tablist-to-djvused () (interactive) (let ((source-buffer doc-buffer) (buff (get-buffer-create @@ -603,7 +603,7 @@ to `pdfoutline' shell command." (toc-mode) (setq-local doc-buffer source-buffer)))) -(defun toc-tablist-to-toc-source () +(defun toc--tablist-to-toc-source () "Parse and prepare, from tablist-mode-buffer, a new buffer for use as source input to `pdfoutline' or `djvused' shell command." (interactive) (let ((ext (url-file-extension (buffer-file-name doc-buffer))))