From: Juri Linkov Date: Sat, 22 Oct 2022 17:46:10 +0000 (+0300) Subject: * lisp/info.el (Info-toc-build): Remove message not needed anymore (bug#58634) X-Git-Tag: emacs-29.0.90~1616^2~501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b82159a234e0ecaaf77c2cbf65ed5d0ccf332e4b;p=emacs.git * lisp/info.el (Info-toc-build): Remove message not needed anymore (bug#58634) --- diff --git a/lisp/info.el b/lisp/info.el index fabba2734a3..d74cbaaac0f 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)