comparison lisp/font-lock.el @ 76961:43ce98afcc71

(lisp-font-lock-keywords-2): Add `with-case-table'.
author John Paul Wallington <jpw@pobox.com>
date Fri, 06 Apr 2007 12:15:56 +0000
parents f117baed9372
children bc5c78f77063 dc002877ce12 4ef881a120fe
comparison
equal deleted inserted replaced
76960:85841d693997 76961:43ce98afcc71
2224 "save-window-excursion" "save-selected-window" 2224 "save-window-excursion" "save-selected-window"
2225 "save-match-data" "save-current-buffer" "unwind-protect" 2225 "save-match-data" "save-current-buffer" "unwind-protect"
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"
2233 "with-selected-window" "with-syntax-table" 2233 "with-selected-window" "with-syntax-table"
2234 "with-temp-buffer" "with-temp-file" "with-temp-message" 2234 "with-temp-buffer" "with-temp-file" "with-temp-message"