/[emacs]/emacs/lisp/font-core.el
ViewVC logotype

Diff of /emacs/lisp/font-core.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by rms, Thu Feb 10 06:45:26 2005 UTC revision 1.26 by lute, Mon Apr 4 08:56:36 2005 UTC
# Line 148  buffer local value for `font-lock-defaul Line 148  buffer local value for `font-lock-defaul
148  The above is the default behavior of `font-lock-mode'; you may specify  The above is the default behavior of `font-lock-mode'; you may specify
149  your own function which is called when `font-lock-mode' is toggled via  your own function which is called when `font-lock-mode' is toggled via
150  `font-lock-function'. "  `font-lock-function'. "
151    nil nil nil    :group 'font-lock
152    ;; Don't turn on Font Lock mode if we don't have a display (we're running a    ;; Don't turn on Font Lock mode if we don't have a display (we're running a
153    ;; batch job) or if the buffer is invisible (the name starts with a space).    ;; batch job) or if the buffer is invisible (the name starts with a space).
154    (when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))    (when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26