# HG changeset patch # User Richard M. Stallman # Date 767175378 0 # Node ID b9d86b8e3ca17b0468501cc9c7b697f40ae56b25 # Parent c662b47cda3f149543f6396d7e4dd58711eef0d5 (gud-mode, gud-sentinel): Remove space after `:' in mode-line-process. diff -r c662b47cda3f -r b9d86b8e3ca1 lisp/gud.el --- a/lisp/gud.el Sun Apr 24 08:15:55 1994 +0000 +++ b/lisp/gud.el Sun Apr 24 08:16:18 1994 +0000 @@ -870,7 +870,7 @@ (comint-mode) (setq major-mode 'gud-mode) (setq mode-name "Debugger") - (setq mode-line-process '(": %s")) + (setq mode-line-process '(":%s")) (use-local-map (copy-keymap comint-mode-map)) (define-key (current-local-map) "\C-c\C-l" 'gud-refresh) (make-local-variable 'gud-last-frame) @@ -968,7 +968,7 @@ (setq overlay-arrow-position nil) ;; Fix the mode line. (setq mode-line-process - (concat ": " + (concat ":" (symbol-name (process-status proc)))) (let* ((obuf (current-buffer))) ;; save-excursion isn't the right thing if