(lisp-font-lock-keywords-2): Quote the * in let*.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 1994 04:43:50 +0000 (04:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 1994 04:43:50 +0000 (04:43 +0000)
lisp/font-lock.el

index bef515b..b16fa85 100644 (file)
@@ -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)