From: Richard M. Stallman Date: Tue, 9 Aug 2005 02:52:39 +0000 (+0000) Subject: (Info-insert-dir): Use insert-buffer-substring. X-Git-Tag: emacs-pretest-22.0.90~7740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3c1cf729fa76099983df6dd72734a08f9692535;p=emacs.git (Info-insert-dir): Use insert-buffer-substring. --- diff --git a/lisp/info.el b/lisp/info.el index b97ad624d2d..4fdae4b6321 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)