aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-12 02:49:15 +0000
committerRichard M. Stallman1994-05-12 02:49:15 +0000
commit262bb7c6e048bf75970af115ba5927cd67febcd7 (patch)
treefd7c49980f934483d4210e4b8f7c689e0f64fbc1 /lisp
parent928cf89526dca3d63ba7e2a20f0e85fbe0298f15 (diff)
downloademacs-262bb7c6e048bf75970af115ba5927cd67febcd7.tar.gz
emacs-262bb7c6e048bf75970af115ba5927cd67febcd7.zip
(shell-command): Use buffer name *Shell-Command*.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 6b7bc51dc2f..fd2e3c9fbe2 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -682,7 +682,7 @@ This cannot be done asynchronously."
682 (unwind-protect 682 (unwind-protect
683 (if (string-match "[ \t]*&[ \t]*$" command) 683 (if (string-match "[ \t]*&[ \t]*$" command)
684 ;; Command ending with ampersand means asynchronous. 684 ;; Command ending with ampersand means asynchronous.
685 (let ((buffer (get-buffer-create "*shell-command*")) 685 (let ((buffer (get-buffer-create "*Shell-Command*"))
686 (directory default-directory) 686 (directory default-directory)
687 proc) 687 proc)
688 ;; Remove the ampersand. 688 ;; Remove the ampersand.