comparison lisp/font-lock.el @ 4054:074035743fc9

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Jul 1993 20:28:05 +0000
parents c142db721726
children 24f3ca095be9
comparison
equal deleted inserted replaced
4053:c142db721726 4054:074035743fc9
107 "*Non-nil means the patterns in `font-lock-keywords' are case-insensitive.") 107 "*Non-nil means the patterns in `font-lock-keywords' are case-insensitive.")
108 108
109 (defvar font-lock-verbose t 109 (defvar font-lock-verbose t
110 "*Non-nil means `font-lock-fontify-buffer' should print status messages.") 110 "*Non-nil means `font-lock-fontify-buffer' should print status messages.")
111 111
112 ;;;###autoload
112 (defvar font-lock-mode-hook nil 113 (defvar font-lock-mode-hook nil
113 "Function or functions to run on entry to Font Lock mode.") 114 "Function or functions to run on entry to Font Lock mode.")
114 115
115 ;;; These variables record, for each buffer, 116 ;;; These variables record, for each buffer,
116 ;;; the parse state at a particular position, always the start of a line. 117 ;;; the parse state at a particular position, always the start of a line.