diff options
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index dc1af6c61d7..8ad51b19206 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2257,9 +2257,9 @@ in which C preprocessor directives are used. e.g. `asm-mode' and '("cond" "if" "while" "while-no-input" "let" "let*" "prog" "progn" "progv" "prog1" "prog2" "prog*" "inline" "lambda" "save-restriction" "save-excursion" - "save-window-excursion" "save-selected-window" - "save-match-data" "save-current-buffer" "unwind-protect" - "condition-case" "track-mouse" + "save-selected-window" "save-selected-window-norecord" + "save-window-excursion" "save-match-data" "save-current-buffer" + "unwind-protect" "condition-case" "track-mouse" "eval-after-load" "eval-and-compile" "eval-when-compile" "eval-when" "eval-at-startup" "eval-next-after-load" "with-case-table" "with-category-table" |