emacs-diffs
[Top][All Lists]
Advanced

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

master b82159a234: * lisp/info.el (Info-toc-build): Remove message not n


From: Juri Linkov
Subject: master b82159a234: * lisp/info.el (Info-toc-build): Remove message not needed anymore (bug#58634)
Date: Sat, 22 Oct 2022 13:46:46 -0400 (EDT)

branch: master
commit b82159a234e0ecaaf77c2cbf65ed5d0ccf332e4b
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/info.el (Info-toc-build): Remove message not needed anymore 
(bug#58634)
---
 lisp/info.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/info.el b/lisp/info.el
index fabba2734a..d74cbaaac0 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2481,7 +2481,6 @@ Table of contents is created from the tree structure of 
menus."
            (sections '(("Top" "Top")))
            nodes subfiles)
       (while (or main-file subfiles)
-        ;; (or main-file (message "Searching subfile %s..." (car subfiles)))
         (erase-buffer)
         (info-insert-file-contents (or main-file (car subfiles)))
         (goto-char (point-min))
@@ -2540,7 +2539,6 @@ Table of contents is created from the tree structure of 
menus."
               (setq subfiles (nreverse subfiles)
                     main-file nil))
           (setq subfiles (cdr subfiles))))
-      (message "")
       (nreverse nodes))))
 
 (defun Info-toc-nodes (filename)



reply via email to

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