1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(shell-command): Undo last change.

This commit is contained in:
Stefan Monnier 2003-05-16 21:17:52 +00:00
parent dd631e8aec
commit c2020c27ff

View File

@ -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