emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp font-lock.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp font-lock.el
Date: Mon, 02 Mar 2009 09:01:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/03/02 09:01:54

Modified files:
        lisp           : font-lock.el 

Log message:
        Revert last change, committed by mistake.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/font-lock.el?cvsroot=emacs&r1=1.349&r2=1.350

Patches:
Index: font-lock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/font-lock.el,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -b -r1.349 -r1.350
--- font-lock.el        2 Mar 2009 08:55:48 -0000       1.349
+++ font-lock.el        2 Mar 2009 09:01:54 -0000       1.350
@@ -2239,8 +2239,7 @@
                "\\)\\)\\>"
                ;; Any whitespace and defined object.
                "[ \t'\(]*"
-               "\\(setf[ \t]+\\sw+\\|\\sw+\\)?"
-               "[ \t)]*")
+               "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?")
        (1 font-lock-keyword-face)
        (9 (cond ((match-beginning 3) font-lock-function-name-face)
                ((match-beginning 6) font-lock-variable-name-face)




reply via email to

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