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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Mon, 08 Aug 2005 22:52:39 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.439 emacs/lisp/info.el:1.440
*** emacs/lisp/info.el:1.439    Mon Aug  8 00:18:02 2005
--- emacs/lisp/info.el  Tue Aug  9 02:52:39 2005
***************
*** 1028,1034 ****
        ;; Insert the entire original dir file as a start; note that we've
        ;; already saved its default directory to use as the default
        ;; directory for the whole concatenation.
!       (insert-buffer buffer)
  
        ;; Look at each of the other buffers one by one.
        (dolist (other others)
--- 1028,1034 ----
        ;; Insert the entire original dir file as a start; note that we've
        ;; already saved its default directory to use as the default
        ;; directory for the whole concatenation.
!       (insert-buffer-substring buffer)
  
        ;; Look at each of the other buffers one by one.
        (dolist (other others)




reply via email to

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