projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da2efb
)
* lisp/info.el (Info-toc-build): Remove message not needed anymore (bug#58634)
author
Juri Linkov
<juri@linkov.net>
Sat, 22 Oct 2022 17:46:10 +0000
(20:46 +0300)
committer
Juri Linkov
<juri@linkov.net>
Sat, 22 Oct 2022 17:46:10 +0000
(20:46 +0300)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index fabba2734a3ee49285a1f7b636a8f8607b3c3428..d74cbaaac0fc36d812142e90249e325e2bb1ac55 100644
(file)
--- 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)