diff options
| -rw-r--r-- | lisp/font-lock.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index c85d844fe12..cc51dc41384 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1253,7 +1253,10 @@ The value of this variable is used when Font Lock mode is turned on." | |||
| 1253 | (defvar font-lock-extra-managed-props nil | 1253 | (defvar font-lock-extra-managed-props nil |
| 1254 | "Additional text properties managed by font-lock. | 1254 | "Additional text properties managed by font-lock. |
| 1255 | This is used by `font-lock-default-unfontify-region' to decide | 1255 | This is used by `font-lock-default-unfontify-region' to decide |
| 1256 | what properties to clear before refontifying a region.") | 1256 | 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).") | ||
| 1257 | 1260 | ||
| 1258 | (defun font-lock-default-unfontify-region (beg end) | 1261 | (defun font-lock-default-unfontify-region (beg end) |
| 1259 | (save-buffer-state nil | 1262 | (save-buffer-state nil |