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

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

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

revision 1.190 by rms, Fri Mar 1 00:31:26 2002 UTC revision 1.191 by monnier, Tue Mar 5 19:00:35 2002 UTC
# Line 1253  The value of this variable is used when Line 1253  The value of this variable is used when
1253  (defvar font-lock-extra-managed-props nil  (defvar font-lock-extra-managed-props nil
1254    "Additional text properties managed by font-lock.    "Additional text properties managed by font-lock.
1255  This is used by `font-lock-default-unfontify-region' to decide  This is used by `font-lock-default-unfontify-region' to decide
1256  what properties to clear before refontifying a region.")  what properties to clear before refontifying a region.
1257    Since it is more or less directly passed to `remove-text-properties',
1258    it should have the shape of a property list (i.e. every other element
1259    is ignored).")
1260    
1261  (defun font-lock-default-unfontify-region (beg end)  (defun font-lock-default-unfontify-region (beg end)
1262    (save-buffer-state nil    (save-buffer-state nil

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191

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