emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/doc-toc 81f58d0871 35/84: Fix double-dash function name


From: ELPA Syncer
Subject: [elpa] externals/doc-toc 81f58d0871 35/84: Fix double-dash function names
Date: Mon, 26 Sep 2022 13:58:36 -0400 (EDT)

branch: externals/doc-toc
commit 81f58d0871a39fa1b70fd625713ab30335778f05
Author: Daniel Nicolai <dalanicolai@gmail.com>
Commit: Daniel Nicolai <dalanicolai@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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]