/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.304.2.15 by miles, Sat Sep 4 09:28:13 2004 UTC revision 1.304.2.16 by miles, Thu Sep 16 00:12:21 2004 UTC
# Line 1062  a case-insensitive match is tried." Line 1062  a case-insensitive match is tried."
1062            ;; into the menu in the like-named node in the main buffer.            ;; into the menu in the like-named node in the main buffer.
1063            (apply 'insert-buffer-substring (cdr node))))            (apply 'insert-buffer-substring (cdr node))))
1064        (Info-dir-remove-duplicates)        (Info-dir-remove-duplicates)
1065        ;; Kill all the buffers we just made.        ;; Kill all the buffers we just made, including the special one excised.
1066        (mapc 'kill-buffer buffers)        (mapc 'kill-buffer (cons buffer buffers))
1067        (goto-char (point-min))        (goto-char (point-min))
1068        (if problems        (if problems
1069            (message "Composing main Info directory...problems encountered, see `*Messages*'")            (message "Composing main Info directory...problems encountered, see `*Messages*'")

Legend:
Removed from v.1.304.2.15  
changed lines
  Added in v.1.304.2.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26