]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-command): Remove space after `:' in mode-line-process.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:17:05 +0000 (08:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:17:05 +0000 (08:17 +0000)
lisp/simple.el

index 40dc51f08c90d2523c428c17a9dfa2299993bf5e..69df7fa5eebbffccc8ef4d3235e41fa144ebf541 100644 (file)
@@ -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)
                  ))