summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-05-16 21:17:52 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-05-16 21:17:52 +0000
commitc2020c27ff9eeeac24884f36f23dc0280a3577c0 (patch)
tree52c64c1f0521786a9ccb00efbf81311e6303eb04
parentdd631e8aec166bfd4253d5b50a858f8a040e4afc (diff)
downloademacs-c2020c27ff9eeeac24884f36f23dc0280a3577c0.tar.gz
(shell-command): Undo last change.
-rw-r--r--lisp/simple.el2
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."
(setq proc (start-process "Shell" buffer shell-file-name
shell-command-switch command))
(setq mode-line-process '(":%s"))
- (shell-mode)
+ (require 'shell) (shell-mode)
(set-process-sentinel proc 'shell-command-sentinel)
))
(shell-command-on-region (point) (point) command