changeset 64795:153c52bc9ad4

(Info-insert-dir): Use insert-buffer-substring.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 02:52:39 +0000
parents 950e3342b9d7
children 023827894687
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Tue Aug 09 02:52:15 2005 +0000
+++ b/lisp/info.el	Tue Aug 09 02:52:39 2005 +0000
@@ -1028,7 +1028,7 @@
       ;; 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)
+      (insert-buffer-substring buffer)
 
       ;; Look at each of the other buffers one by one.
       (dolist (other others)