Mercurial > emacs
changeset 51026:8113316012c6
(shell-command): Undo last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 16 May 2003 21:17:52 +0000 |
parents | 76f05bb50963 |
children | 08b938c3a5fc |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Fri May 16 21:12:25 2003 +0000 +++ b/lisp/simple.el Fri May 16 21:17:52 2003 +0000 @@ -1348,7 +1348,7 @@ (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