emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Tue, 11 Mar 2008 02:58:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/11 02:58:59

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -b -r1.547 -r1.548
--- vc.el       7 Mar 2008 10:37:44 -0000       1.547
+++ vc.el       11 Mar 2008 02:58:58 -0000      1.548
@@ -1065,10 +1065,10 @@
 
 (defun vc-set-mode-line-busy-indicator ()
   (setq mode-line-process
-       (propertize " [waiting...]"
-                   'face 'font-lock-variable-name-face
+       (concat " " (propertize "[waiting...]"
+                                'face 'mode-line-emphasis
                    'help-echo
-                   "A VC command is in progress in this buffer")))
+                                "A VC command is in progress in this 
buffer"))))
 
 (defun vc-exec-after (code)
   "Eval CODE when the current buffer's process is done.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]