diff options
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 42e6519e38c..d346f050415 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -318,10 +318,6 @@ Only applies to the current buffer." (remove-hook 'jit-lock-functions fun t) (unless jit-lock-functions (jit-lock-mode nil))) -;; This function is used to prevent font-lock-fontify-buffer from -;; fontifying eagerly the whole buffer. This is important for -;; things like CWarn mode which adds/removes a few keywords and -;; does a refontify (which takes ages on large files). (defun jit-lock-refontify (&optional beg end) "Force refontification of the region BEG..END (default whole buffer)." (with-buffer-prepared-for-jit-lock |