1
0
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:
John Wiegley 2001-04-09 23:34:16 +00:00
parent 9170e5d4af
commit ed942deb7b

View File

@ -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