aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/eshell.el
diff options
context:
space:
mode:
authorJohn Wiegley <[email protected]>2001-04-09 23:34:16 +0000
committerJohn Wiegley <[email protected]>2001-04-09 23:34:16 +0000
commited942deb7bfec7fbe251a9cc1a5171ebbbe2977b (patch)
treeab623735f87f59cdd6ed3dd829f3275fde5dc933 /lisp/eshell/eshell.el
parent9170e5d4affb4e77ad9d266e0dc82eaea5657ae1 (diff)
(eshell-command): Needed a "%s" format specifier, in case the buffer
contains percent characters.
Diffstat (limited to 'lisp/eshell/eshell.el')
-rw-r--r--lisp/eshell/eshell.el2
1 files changed, 1 insertions, 1 deletions
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