]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/info.el (Info-toc-build): Remove message not needed anymore (bug#58634)
authorJuri Linkov <juri@linkov.net>
Sat, 22 Oct 2022 17:46:10 +0000 (20:46 +0300)
committerJuri Linkov <juri@linkov.net>
Sat, 22 Oct 2022 17:46:10 +0000 (20:46 +0300)
lisp/info.el

index fabba2734a3ee49285a1f7b636a8f8607b3c3428..d74cbaaac0fc36d812142e90249e325e2bb1ac55 100644 (file)
@@ -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)