emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/info.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el [lexbind]
Date: Wed, 15 Sep 2004 20:37:26 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.304.2.15 emacs/lisp/info.el:1.304.2.16
*** emacs/lisp/info.el:1.304.2.15       Sat Sep  4 09:28:13 2004
--- emacs/lisp/info.el  Thu Sep 16 00:12:21 2004
***************
*** 1062,1069 ****
          ;; into the menu in the like-named node in the main buffer.
          (apply 'insert-buffer-substring (cdr node))))
        (Info-dir-remove-duplicates)
!       ;; Kill all the buffers we just made.
!       (mapc 'kill-buffer buffers)
        (goto-char (point-min))
        (if problems
          (message "Composing main Info directory...problems encountered, see 
`*Messages*'")
--- 1062,1069 ----
          ;; into the menu in the like-named node in the main buffer.
          (apply 'insert-buffer-substring (cdr node))))
        (Info-dir-remove-duplicates)
!       ;; Kill all the buffers we just made, including the special one excised.
!       (mapc 'kill-buffer (cons buffer buffers))
        (goto-char (point-min))
        (if problems
          (message "Composing main Info directory...problems encountered, see 
`*Messages*'")




reply via email to

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