From 3f655c8ae862f2ace468341040873710aa80b29c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Apr 1994 08:17:05 +0000 Subject: [PATCH] (shell-command): Remove space after `:' in mode-line-process. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 40dc51f08c9..69df7fa5eeb 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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) )) -- 2.39.5