From d3c1cf729fa76099983df6dd72734a08f9692535 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 2005 02:52:39 +0000 Subject: [PATCH] (Info-insert-dir): Use insert-buffer-substring. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2