mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +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)
|
(apply (function format) log args)
|
||||||
log)))
|
log)))
|
||||||
((bufferp log)
|
((bufferp log)
|
||||||
(insert-buffer log))
|
(insert-buffer-substring log))
|
||||||
((eq t log)
|
((eq t log)
|
||||||
(backward-page 1)
|
(backward-page 1)
|
||||||
(unless (bolp)
|
(unless (bolp)
|
||||||
|
Loading…
Reference in New Issue
Block a user