]> code.delx.au - gnu-emacs/commitdiff
(Info-insert-dir): Use insert-buffer-substring.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:52:39 +0000 (02:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:52:39 +0000 (02:52 +0000)
lisp/info.el

index b97ad624d2dde27e51fefa5eb29851c69ab08b4b..4fdae4b6321305381b9ff398987cdf0eab95d428 100644 (file)
@@ -1028,7 +1028,7 @@ a case-insensitive match is tried."
       ;; 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)