]> git.eshelyaron.com Git - emacs.git/commitdiff
* font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
authorGlenn Morris <rgm@gnu.org>
Fri, 24 May 2013 06:59:55 +0000 (23:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 24 May 2013 06:59:55 +0000 (23:59 -0700)
lisp/ChangeLog
lisp/font-lock.el

index 0b1c02a1cfca76125444cb3700dda68685197f53..4565f5f9eb01433f6db128c77fdcee009b9aea5f 100644 (file)
@@ -1,5 +1,7 @@
 2013-05-24  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index 4dccfcb9ac7b62702b8d6f1955970c1a1a30549d..d18aea6123621c07f5bbeed9722107c77524ff20 100644 (file)
@@ -2290,7 +2290,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
                 "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"