(lisp-font-lock-keywords-2): Add `with-case-table'.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 6 Apr 2007 12:17:50 +0000 (12:17 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 6 Apr 2007 12:17:50 +0000 (12:17 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 2aaa12c..5f4b977 100644 (file)
@@ -1,3 +1,10 @@
+2007-04-06  John Paul Wallington  <jpw@pobox.com>
+
+       * subr.el (with-case-table): Use `make-symbol' to avoid variable
+       capture.  Restore the table in the same buffer.
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
+
 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
 
        * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print
index fafc858..ad2e0b8 100644 (file)
@@ -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"