mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(shell-command): Remove space after `:' in mode-line-process.
This commit is contained in:
parent
f66d964cae
commit
3f655c8ae8
@ -700,7 +700,7 @@ This cannot be done asynchronously."
|
||||
(setq default-directory directory)
|
||||
(setq proc (start-process "Shell" buffer
|
||||
shell-file-name "-c" command))
|
||||
(setq mode-line-process '(": %s"))
|
||||
(setq mode-line-process '(":%s"))
|
||||
(set-process-sentinel proc 'shell-command-sentinel)
|
||||
(set-process-filter proc 'shell-command-filter)
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user