From: Juanma Barranquero Date: Mon, 18 Jul 2005 10:24:58 +0000 (+0000) Subject: (dired-log): Use `insert-buffer-substring', not `insert-buffer'. X-Git-Tag: emacs-pretest-22.0.90~8056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88cb5d3ce6d4c8c941a0c5201c1575d2e54bad42;p=emacs.git (dired-log): Use `insert-buffer-substring', not `insert-buffer'. --- diff --git a/lisp/dired.el b/lisp/dired.el index a45395ecef9..59884e025ba 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3004,7 +3004,7 @@ Thus, use \\[backward-page] to find the beginning of a group of errors." (apply (function format) log args) log))) ((bufferp log) - (insert-buffer log)) + (insert-buffer-substring log)) ((eq t log) (backward-page 1) (unless (bolp)