changeset 5878:044cb853edbd

(lisp-font-lock-keywords-2): Quote the * in let*.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Feb 1994 04:43:50 +0000
parents 321b22a46f7a
children 66aadd6ba5e6
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Thu Feb 10 04:38:58 1994 +0000
+++ b/lisp/font-lock.el	Thu Feb 10 04:43:50 1994 +0000
@@ -465,7 +465,7 @@
    '(;;
      ;; 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)