changeset 7076:3497b7f6f0e7

(shell-command): Remove space after `:' in mode-line-process.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Apr 1994 08:17:05 +0000
parents 7c7b98107b4c
children 4c0af7fbb42e
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sun Apr 24 08:16:47 1994 +0000
+++ b/lisp/simple.el	Sun Apr 24 08:17:05 1994 +0000
@@ -700,7 +700,7 @@
 		  (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)
 		  ))