emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-e.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el
Date: Fri, 14 Oct 2005 19:48:22 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/10/14 23:48:22

Modified files:
        lisp/mh-e      : mh-e.el 

Log message:
        mh-folder-tick-face had been renamed to mh-folder-tick but the code
        that invoked the face had not been updated. Tick highlighting working
        again.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.24 emacs/lisp/mh-e/mh-e.el:1.25
--- emacs/lisp/mh-e/mh-e.el:1.24        Fri Oct 14 17:15:40 2005
+++ emacs/lisp/mh-e/mh-e.el     Fri Oct 14 23:48:21 2005
@@ -408,7 +408,7 @@
                      (list (list ',func (list 1 '',face 'prepend t))))))))
 
 (mh-generate-sequence-font-lock mh-unseen-seq unseen bold)
-(mh-generate-sequence-font-lock mh-tick-seq tick mh-folder-tick-face)
+(mh-generate-sequence-font-lock mh-tick-seq tick mh-folder-tick)
 
 
 




reply via email to

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