From: Richard M. Stallman Date: Thu, 10 Feb 1994 04:43:50 +0000 (+0000) Subject: (lisp-font-lock-keywords-2): Quote the * in let*. X-Git-Tag: emacs-19.34~9973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fee7a5a2e317058ca24dd629b2f7e3af76e10f49;p=emacs.git (lisp-font-lock-keywords-2): Quote the * in let*. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index bef515b1239..b16fa85bcc6 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -465,7 +465,7 @@ This does fairly subdued highlighting.") '(;; ;; Highlight control structures ("(\\(cond\\|if\\|when\\|unless\\|[ec]?\\(type\\)?case\\)[ \t\n]" . 1) - ("(\\(while\\|do\\|let*?\\|flet\\|labels\\|prog[nv12*]?\\)[ \t\n]" . 1) + ("(\\(while\\|do\\|let\\*?\\|flet\\|labels\\|prog[nv12*]?\\)[ \t\n]" . 1) ("(\\(catch\\|\\throw\\|block\\|return\\|return-from\\)[ \t\n]" . 1) ("(\\(save-restriction\\|save-window-restriction\\)[ \t\n]" . 1) ("(\\(save-excursion\\|unwind-protect\\|condition-case\\)[ \t\n]" . 1)