* font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,
authorSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 09:23:37 +0000 (09:23 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 09:23:37 +0000 (09:23 +0000)
commitb89e11349827c475994ce738fbd70674d6ab46a5
tree06249307514c23aec789ea184fedfc8cf97eeb26
parent2ab3bf87ff05dfd6919442ef8bfae0f8804fb956
* font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,
font-lock-background-mode, font-lock-face-attributes): Default to nil.
(font-lock-make-faces): New function.  Set them.
(font-lock.el): Add to after-init-hook if noninteractive or use it.
(font-lock-maximum-size): New variable.
(font-lock-mode): Use it to fontify only if buffer is within it.
(font-lock-defaults, font-lock-defaults-alist): Item for syntax table.
(font-lock-set-defaults): Set font-lock-syntax-table too.
(lisp-font-lock-keywords-2): Fix CLisp end-of-keyword in regexp.
(c-font-lock-keywords-*): Specific to ANSI C.
(c++-font-lock-keywords-*): Specific to ANSI C++.
lisp/font-lock.el