diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
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. |