diff options
author | Miles Bader <miles@gnu.org> | 2007-10-13 05:53:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-13 05:53:03 +0000 |
commit | 2b42d458a45eaf9767da327f76a40a1cf9c77c23 (patch) | |
tree | f896828e65199d043ea7ab366fffea8bd315a986 /lisp/font-lock.el | |
parent | 3e88ae627ef8d827b3f79e4e6f14aaad7adfe322 (diff) | |
parent | e2cfa9afa691fb8b7a554cb685c16ff3d4e1ff2b (diff) | |
download | emacs-2b42d458a45eaf9767da327f76a40a1cf9c77c23.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 880-885)
- Remove RCS keywords from doc/misc/cc-mode.texi
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index d7882d3e988..f8201250096 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2228,7 +2228,7 @@ other modes in which C preprocessor directives are used. e.g. `asm-mode' and `(;; Control structures. Emacs Lisp forms. (,(concat "(" (regexp-opt - '("cond" "if" "while" "while-no-input" "let" "let*" "let-environment" + '("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" |