mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(dired-log): Use insert-buffer-substring', not
insert-buffer'.
This commit is contained in:
parent
26cf3f33ec
commit
88cb5d3ce6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user