From ed942deb7bfec7fbe251a9cc1a5171ebbbe2977b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Apr 2001 23:34:16 +0000 Subject: (eshell-command): Needed a "%s" format specifier, in case the buffer contains percent characters. --- lisp/eshell/eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 19701c03f7..4f682b5a31 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el @@ -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 -- cgit v1.2.3