diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-10-15 04:54:20 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-10-15 04:54:20 +0000 |
commit | 8b7707e1becc57ec9598573b7f8c14523a27ae93 (patch) | |
tree | cac3249da0314b79df14d537000c59d5eca98a66 /lisp/jit-lock.el | |
parent | 0233a18999262146c1027bbe431a04cec50dd25f (diff) | |
download | emacs-8b7707e1becc57ec9598573b7f8c14523a27ae93.tar.gz |
(jit-lock-fontify-buffer): Remove.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index e4323a0bdde..bba9122a9c4 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -238,7 +238,6 @@ Only applies to the current buffer." ;; 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). -(defalias 'jit-lock-fontify-buffer 'jit-lock-refontify) (defun jit-lock-refontify (&optional beg end) "Force refontification of the region BEG..END (default whole buffer)." (with-buffer-prepared-for-jit-lock |