diff options
| author | John Paul Wallington | 2007-04-06 12:17:50 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2007-04-06 12:17:50 +0000 |
| commit | d4f26f4083de4754712563bd9a48449b7c160127 (patch) | |
| tree | 10c0bfb27da62c22687450eebf391c1468d73d9b /lisp | |
| parent | 8d6fd8d48092177de4dc93c2d929d59b41d98e9e (diff) | |
| download | emacs-d4f26f4083de4754712563bd9a48449b7c160127.tar.gz emacs-d4f26f4083de4754712563bd9a48449b7c160127.zip | |
(lisp-font-lock-keywords-2): Add `with-case-table'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/font-lock.el | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2aaa12c5862..5f4b977b50e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-04-06 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * subr.el (with-case-table): Use `make-symbol' to avoid variable | ||
| 4 | capture. Restore the table in the same buffer. | ||
| 5 | |||
| 6 | * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'. | ||
| 7 | |||
| 1 | 2007-04-05 Chong Yidong <cyd@stupidchicken.com> | 8 | 2007-04-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print | 10 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print |
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 | |||
| 2226 | "condition-case" "track-mouse" | 2226 | "condition-case" "track-mouse" |
| 2227 | "eval-after-load" "eval-and-compile" "eval-when-compile" | 2227 | "eval-after-load" "eval-and-compile" "eval-when-compile" |
| 2228 | "eval-when" "eval-at-startup" "eval-next-after-load" | 2228 | "eval-when" "eval-at-startup" "eval-next-after-load" |
| 2229 | "with-category-table" | 2229 | "with-case-table" "with-category-table" |
| 2230 | "with-current-buffer" "with-electric-help" | 2230 | "with-current-buffer" "with-electric-help" |
| 2231 | "with-local-quit" "with-no-warnings" | 2231 | "with-local-quit" "with-no-warnings" |
| 2232 | "with-output-to-string" "with-output-to-temp-buffer" | 2232 | "with-output-to-string" "with-output-to-temp-buffer" |