diff options
| author | Stefan Monnier | 2003-05-16 21:17:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-16 21:17:52 +0000 |
| commit | c2020c27ff9eeeac24884f36f23dc0280a3577c0 (patch) | |
| tree | 52c64c1f0521786a9ccb00efbf81311e6303eb04 | |
| parent | dd631e8aec166bfd4253d5b50a858f8a040e4afc (diff) | |
| download | emacs-c2020c27ff9eeeac24884f36f23dc0280a3577c0.tar.gz emacs-c2020c27ff9eeeac24884f36f23dc0280a3577c0.zip | |
(shell-command): Undo last change.
| -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 39a34f7f4a3..c726bf745bc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1348,7 +1348,7 @@ specifies the value of ERROR-BUFFER." | |||
| 1348 | (setq proc (start-process "Shell" buffer shell-file-name | 1348 | (setq proc (start-process "Shell" buffer shell-file-name |
| 1349 | shell-command-switch command)) | 1349 | shell-command-switch command)) |
| 1350 | (setq mode-line-process '(":%s")) | 1350 | (setq mode-line-process '(":%s")) |
| 1351 | (shell-mode) | 1351 | (require 'shell) (shell-mode) |
| 1352 | (set-process-sentinel proc 'shell-command-sentinel) | 1352 | (set-process-sentinel proc 'shell-command-sentinel) |
| 1353 | )) | 1353 | )) |
| 1354 | (shell-command-on-region (point) (point) command | 1354 | (shell-command-on-region (point) (point) command |