mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(eshell-command): Needed a "%s" format specifier, in case the buffer
contains percent characters.
This commit is contained in:
parent
9170e5d4af
commit
ed942deb7b
@ -389,7 +389,7 @@ With prefix ARG, insert output into the current buffer at point."
|
||||
(message "(There was no command output)")
|
||||
(kill-buffer buf))
|
||||
((= len 1)
|
||||
(message (buffer-string))
|
||||
(message "%s" (buffer-string))
|
||||
(kill-buffer buf))
|
||||
(t
|
||||
(save-selected-window
|
||||
|
Loading…
Reference in New Issue
Block a user