From: Karl Heuer Date: Mon, 29 May 1995 07:00:06 +0000 (+0000) Subject: (vc-revert-buffer1): Delete the special code for font-lock. X-Git-Tag: emacs-19.34~3874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8502397cc6a0e0c4a35451a7994c75e726efe60;p=emacs.git (vc-revert-buffer1): Delete the special code for font-lock. --- diff --git a/lisp/vc.el b/lisp/vc.el index 1e32275122e..54f71fb0d93 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -374,16 +374,7 @@ with RCS)." (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