/[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.36 by jurta, Sun Dec 4 02:30:37 2005 UTC revision 1.37 by jurta, Sun Dec 4 04:58:33 2005 UTC
# Line 146  buffer local value for `font-lock-defaul Line 146  buffer local value for `font-lock-defaul
146  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
147  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
148  `font-lock-function'. "  `font-lock-function'. "
149      :group 'font-lock
150    ;; 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
151    ;; 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).
152    (when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))    (when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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