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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/font-core.el
Date: Mon, 04 Apr 2005 04:56:36 -0400

Index: emacs/lisp/font-core.el
diff -c emacs/lisp/font-core.el:1.25 emacs/lisp/font-core.el:1.26
*** emacs/lisp/font-core.el:1.25        Thu Feb 10 06:45:26 2005
--- emacs/lisp/font-core.el     Mon Apr  4 08:56:36 2005
***************
*** 148,154 ****
  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) ?\ ))
--- 148,154 ----
  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) ?\ ))




reply via email to

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