aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
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.")
465 '(;; 465 '(;;
466 ;; Highlight control structures 466 ;; Highlight control structures
467 ("(\\(cond\\|if\\|when\\|unless\\|[ec]?\\(type\\)?case\\)[ \t\n]" . 1) 467 ("(\\(cond\\|if\\|when\\|unless\\|[ec]?\\(type\\)?case\\)[ \t\n]" . 1)
468 ("(\\(while\\|do\\|let*?\\|flet\\|labels\\|prog[nv12*]?\\)[ \t\n]" . 1) 468 ("(\\(while\\|do\\|let\\*?\\|flet\\|labels\\|prog[nv12*]?\\)[ \t\n]" . 1)
469 ("(\\(catch\\|\\throw\\|block\\|return\\|return-from\\)[ \t\n]" . 1) 469 ("(\\(catch\\|\\throw\\|block\\|return\\|return-from\\)[ \t\n]" . 1)
470 ("(\\(save-restriction\\|save-window-restriction\\)[ \t\n]" . 1) 470 ("(\\(save-restriction\\|save-window-restriction\\)[ \t\n]" . 1)
471 ("(\\(save-excursion\\|unwind-protect\\|condition-case\\)[ \t\n]" . 1) 471 ("(\\(save-excursion\\|unwind-protect\\|condition-case\\)[ \t\n]" . 1)