1
Fork 0
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:
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