comparison lisp/textmodes/outline.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 11899bfa541c
children 83f275dcd93a
comparison
equal deleted inserted replaced
14039:831c5fda97f4 14040:187735b53d52
143 (or (cdr (assq len '((1 . font-lock-function-name-face) 143 (or (cdr (assq len '((1 . font-lock-function-name-face)
144 (2 . font-lock-keyword-face) 144 (2 . font-lock-keyword-face)
145 (3 . font-lock-comment-face)))) 145 (3 . font-lock-comment-face))))
146 font-lock-variable-name-face)) 146 font-lock-variable-name-face))
147 nil t)) 147 nil t))
148 ;; Highight citations of the form [1] and [Mar94]. 148 ;; Highlight citations of the form [1] and [Mar94].
149 ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face)) 149 ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face))
150 "Additional expressions to highlight in Outline mode.") 150 "Additional expressions to highlight in Outline mode.")
151 151
152 (defvar outline-view-change-hook nil 152 (defvar outline-view-change-hook nil
153 "Normal hook to be run after outline visibility changes.") 153 "Normal hook to be run after outline visibility changes.")