# HG changeset patch # User Stefan Monnier # Date 1053119872 0 # Node ID 8113316012c61fe1c7c4ff09baccf93ea6b1eb71 # Parent 76f05bb50963654a0b63c74c7daba50b8db7d468 (shell-command): Undo last change. diff -r 76f05bb50963 -r 8113316012c6 lisp/simple.el --- 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