# HG changeset patch # User Richard M. Stallman # Date 1123555959 0 # Node ID 153c52bc9ad427e6cd3ca8aacd8ff8b6f7e02bdd # Parent 950e3342b9d7c82b47448e004441461fdce09291 (Info-insert-dir): Use insert-buffer-substring. diff -r 950e3342b9d7 -r 153c52bc9ad4 lisp/info.el --- 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)