changeset 7463:a01b93a9f893

(shell-command): Use buffer name *Shell-Command*.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 May 1994 02:49:15 +0000
parents 2ead438fa63a
children 1e6adb18271b
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu May 12 02:21:17 1994 +0000
+++ b/lisp/simple.el	Thu May 12 02:49:15 1994 +0000
@@ -682,7 +682,7 @@
       (unwind-protect
 	  (if (string-match "[ \t]*&[ \t]*$" command)
 	      ;; Command ending with ampersand means asynchronous.
-	      (let ((buffer (get-buffer-create "*shell-command*")) 
+	      (let ((buffer (get-buffer-create "*Shell-Command*")) 
 		    (directory default-directory)
 		    proc)
 		;; Remove the ampersand.