emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112707: * font-lock.el (lisp-font-lo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112707: * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
Date: Thu, 23 May 2013 23:59:55 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112707
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-05-23 23:59:55 -0700
message:
  * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
modified:
  lisp/ChangeLog
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-24 06:59:13 +0000
+++ b/lisp/ChangeLog    2013-05-24 06:59:55 +0000
@@ -1,5 +1,7 @@
 2013-05-24  Glenn Morris  <address@hidden>
 
+       * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
+
        * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
 
        * progmodes/cperl-mode.el (cperl-mode): Use fboundp.

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2013-05-08 16:27:53 +0000
+++ b/lisp/font-lock.el 2013-05-24 06:59:55 +0000
@@ -2290,7 +2290,7 @@
                 "condition-case" "condition-case-unless-debug"
                 "track-mouse" "eval-after-load" "eval-and-compile"
                 "eval-when-compile" "eval-when" "eval-next-after-load"
-                "with-case-table" "with-category-table"
+                "with-case-table" "with-category-table" "with-coding-priority"
                 "with-current-buffer" "with-demoted-errors"
                 "with-electric-help"
                 "with-local-quit" "with-no-warnings"


reply via email to

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