diff options
author | Glenn Morris <rgm@gnu.org> | 2013-05-23 23:59:55 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-05-23 23:59:55 -0700 |
commit | af5c7606d1028e422d4ad2a5260be75f04e5dac8 (patch) | |
tree | 0a7e023e885a67285e57d2d833d8b2d76dd73575 /lisp/font-lock.el | |
parent | e5d1916a72166dd4e1656993d00e116dc4910df2 (diff) | |
download | emacs-af5c7606d1028e422d4ad2a5260be75f04e5dac8.tar.gz |
* font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
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" |