diff options
| -rw-r--r-- | lisp/font-lock.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 33238c275ec..6f010eee19b 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -998,6 +998,7 @@ and end buffer positions \(in that order) of the region to refontify, or nil | |||
| 998 | \(which directs the caller to fontify a default region). | 998 | \(which directs the caller to fontify a default region). |
| 999 | This function should preserve the match-data. | 999 | This function should preserve the match-data. |
| 1000 | The region it returns may start or end in the middle of a line.") | 1000 | The region it returns may start or end in the middle of a line.") |
| 1001 | (make-variable-buffer-local 'font-lock-extend-after-change-region-function) | ||
| 1001 | 1002 | ||
| 1002 | (defun font-lock-fontify-buffer () | 1003 | (defun font-lock-fontify-buffer () |
| 1003 | "Fontify the current buffer the way the function `font-lock-mode' would." | 1004 | "Fontify the current buffer the way the function `font-lock-mode' would." |