diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-05-31 13:48:26 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-05-31 13:48:26 +0000 |
commit | 190a56d6e02f134591a9d8861b8c4aa55bbec79b (patch) | |
tree | d1ea16845ca26efed987116be6e6b4fc6fc60000 /lisp/font-lock.el | |
parent | a596810c6c3c3c2fd450717f5083a5ff5207d243 (diff) | |
parent | 64df673db44e48ae6e2f57849f42961a78103075 (diff) | |
download | emacs-190a56d6e02f134591a9d8861b8c4aa55bbec79b.tar.gz emacs-190a56d6e02f134591a9d8861b8c4aa55bbec79b.tar.bz2 emacs-190a56d6e02f134591a9d8861b8c4aa55bbec79b.zip |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-354
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-355
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-356
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-183
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 96caba543c7..89e403f7502 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1910,6 +1910,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." "proclaim" "declaim" "declare" "symbol-macrolet" "lexical-let" "lexical-let*" "flet" "labels" "compiler-let" "destructuring-bind" "macrolet" "tagbody" "block" + "multiple-value-bind" "return" "return-from" "with-accessors" "with-compilation-unit" "with-condition-restarts" "with-hash-table-iterator" |