Mercurial > emacs
changeset 11984:41178eac8f3d
(vc-revert-buffer1): Delete the special code for font-lock.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 29 May 1995 07:00:06 +0000 |
parents | a4ab2659db4f |
children | 20bc5df6b938 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Mon May 29 06:59:49 1995 +0000 +++ b/lisp/vc.el Mon May 29 07:00:06 1995 +0000 @@ -374,16 +374,7 @@ (if buffer-error-marked-p buffer)))) (buffer-list))))))) - (let ((in-font-lock-mode (and (boundp 'font-lock-fontified) - font-lock-fontified))) - (if in-font-lock-mode - (font-lock-mode 0)) - - ;; the actual revisit - (revert-buffer arg no-confirm) - - (if in-font-lock-mode - (font-lock-mode 1))) + (revert-buffer arg no-confirm) ;; Reparse affected compilation buffers. (while reparse