From c2020c27ff9eeeac24884f36f23dc0280a3577c0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 16 May 2003 21:17:52 +0000 Subject: [PATCH] (shell-command): Undo last change. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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