comparison lisp/add-log.el @ 19439:854e48d82a01

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Aug 1997 19:48:40 +0000
parents db1b53ad6c80
children a9629283bc4c
comparison
equal deleted inserted replaced
19438:3a3578e9593f 19439:854e48d82a01
96 ("\\=, *\\([^) ,:\n]+\\)" nil nil (1 font-lock-keyword-face))) 96 ("\\=, *\\([^) ,:\n]+\\)" nil nil (1 font-lock-keyword-face)))
97 ;; 97 ;;
98 ;; Conditionals. 98 ;; Conditionals.
99 ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face)) 99 ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face))
100 ;; 100 ;;
101 ;; Acknowledgments. 101 ;; Acknowledgements.
102 ("^\t\\(From\\|Reported by\\)" 1 font-lock-comment-face) 102 ("^\t\\(From\\|Reported by\\)" 1 font-lock-comment-face)
103 ) 103 )
104 "Additional expressions to highlight in Change Log mode.") 104 "Additional expressions to highlight in Change Log mode.")
105 105
106 (defvar change-log-mode-map nil 106 (defvar change-log-mode-map nil