summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2008-11-02 11:04:54 +0000
committerMartin Rudalics <rudalics@gmx.at>2008-11-02 11:04:54 +0000
commitcbd0f686ad13815aae121ab14fe96660f482161b (patch)
tree1560322f73f0073c91dccc4fcc8cae01aab97813 /lisp/font-lock.el
parent22371c2a5cc93c022016027aa7eff5e245422364 (diff)
downloademacs-cbd0f686ad13815aae121ab14fe96660f482161b.tar.gz
(lisp-font-lock-keywords-2): Add save-selected-window-norecord.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el6
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"