From: Glenn Morris Date: Fri, 24 May 2013 06:59:55 +0000 (-0700) Subject: * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af5c7606d1028e422d4ad2a5260be75f04e5dac8;p=emacs.git * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority. --- 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"