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:
parent
dd631e8aec
commit
c2020c27ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user