emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-core.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/font-core.el
Date: Sun, 04 Dec 2005 00:44:40 -0500

Index: emacs/lisp/font-core.el
diff -c emacs/lisp/font-core.el:1.37 emacs/lisp/font-core.el:1.38
*** emacs/lisp/font-core.el:1.37        Sun Dec  4 04:58:33 2005
--- emacs/lisp/font-core.el     Sun Dec  4 05:44:40 2005
***************
*** 146,152 ****
  The above is the default behavior of `font-lock-mode'; you may specify
  your own function which is called when `font-lock-mode' is toggled via
  `font-lock-function'. "
!   :group 'font-lock
    ;; Don't turn on Font Lock mode if we don't have a display (we're running a
    ;; batch job) or if the buffer is invisible (the name starts with a space).
    (when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))
--- 146,152 ----
  The above is the default behavior of `font-lock-mode'; you may specify
  your own function which is called when `font-lock-mode' is toggled via
  `font-lock-function'. "
!   nil nil nil
    ;; Don't turn on Font Lock mode if we don't have a display (we're running a
    ;; batch job) or if the buffer is invisible (the name starts with a space).
    (when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]