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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Fri, 29 Feb 2008 22:09:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  08/02/29 22:09:56

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -b -r1.544 -r1.545
--- vc.el       29 Feb 2008 19:13:53 -0000      1.544
+++ vc.el       29 Feb 2008 22:09:56 -0000      1.545
@@ -1063,14 +1063,8 @@
 
 (defun vc-set-mode-line-busy-indicator ()
   (setq mode-line-process
-       ;; Deliberate overstatement, but power law respected.
-       ;; (The message is ephemeral, so we make it loud.)  --ttn
-       (propertize " (incomplete/in progress)"
-                   'face (if (featurep 'compile)
-                             ;; ttn's preferred loudness
-                             'compilation-warning
-                           ;; suitably available fallback
-                           font-lock-warning-face)
+       (propertize " [waiting...]"
+                   'face 'font-lock-variable-name-face
                    'help-echo
                    "A VC command is in progress in this buffer")))
 




reply via email to

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