From af5c7606d1028e422d4ad2a5260be75f04e5dac8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 23 May 2013 23:59:55 -0700 Subject: [PATCH] * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority. --- lisp/ChangeLog | 2 ++ lisp/font-lock.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b1c02a1cfc..4565f5f9eb0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-05-24 Glenn Morris + * 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. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4dccfcb9ac7..d18aea61236 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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" -- 2.39.2