projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9170e5d
)
(eshell-command): Needed a "%s" format specifier, in case the buffer
author
John Wiegley
<johnw@newartisans.com>
Mon, 9 Apr 2001 23:34:16 +0000
(23:34 +0000)
committer
John Wiegley
<johnw@newartisans.com>
Mon, 9 Apr 2001 23:34:16 +0000
(23:34 +0000)
contains percent characters.
lisp/eshell/eshell.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/eshell.el
b/lisp/eshell/eshell.el
index 19701c03f70bf290b1eca99b7a155ba00fe7fb4b..4f682b5a314ecb41fa7b9951ddaa6fbfc4437777 100644
(file)
--- 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