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-lock.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Tue, 05 Mar 2002 14:00:36 -0500

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.190 emacs/lisp/font-lock.el:1.191
*** emacs/lisp/font-lock.el:1.190       Thu Feb 28 19:31:26 2002
--- emacs/lisp/font-lock.el     Tue Mar  5 14:00:35 2002
***************
*** 1253,1259 ****
  (defvar font-lock-extra-managed-props nil
    "Additional text properties managed by font-lock.
  This is used by `font-lock-default-unfontify-region' to decide
! what properties to clear before refontifying a region.")
  
  (defun font-lock-default-unfontify-region (beg end)
    (save-buffer-state nil
--- 1253,1262 ----
  (defvar font-lock-extra-managed-props nil
    "Additional text properties managed by font-lock.
  This is used by `font-lock-default-unfontify-region' to decide
! what properties to clear before refontifying a region.
! Since it is more or less directly passed to `remove-text-properties',
! it should have the shape of a property list (i.e. every other element
! is ignored).")
  
  (defun font-lock-default-unfontify-region (beg end)
    (save-buffer-state nil



reply via email to

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