mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(eshell-command): Needed a "%s" format specifier, in case the buffer
contains percent characters.
This commit is contained in:
parent
9170e5d4af
commit
ed942deb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue