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


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Wed, 08 Sep 2004 08:02:35 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.400 emacs/lisp/info.el:1.401
*** emacs/lisp/info.el:1.400    Thu Sep  2 16:36:18 2004
--- emacs/lisp/info.el  Wed Sep  8 10:28:17 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]