summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2007-04-06 12:17:50 +0000
committerJohn Paul Wallington <jpw@pobox.com>2007-04-06 12:17:50 +0000
commitd4f26f4083de4754712563bd9a48449b7c160127 (patch)
tree10c0bfb27da62c22687450eebf391c1468d73d9b /lisp/font-lock.el
parent8d6fd8d48092177de4dc93c2d929d59b41d98e9e (diff)
downloademacs-d4f26f4083de4754712563bd9a48449b7c160127.tar.gz
(lisp-font-lock-keywords-2): Add `with-case-table'.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index fafc8583341..ad2e0b8ea1b 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -2226,7 +2226,7 @@ other modes in which C preprocessor directives are used. e.g. `asm-mode' and
"condition-case" "track-mouse"
"eval-after-load" "eval-and-compile" "eval-when-compile"
"eval-when" "eval-at-startup" "eval-next-after-load"
- "with-category-table"
+ "with-case-table" "with-category-table"
"with-current-buffer" "with-electric-help"
"with-local-quit" "with-no-warnings"
"with-output-to-string" "with-output-to-temp-buffer"