From fee7a5a2e317058ca24dd629b2f7e3af76e10f49 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Feb 1994 04:43:50 +0000 Subject: [PATCH] (lisp-font-lock-keywords-2): Quote the * in let*. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5