From c8502397cc6a0e0c4a35451a7994c75e726efe60 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 29 May 1995 07:00:06 +0000 Subject: [PATCH] (vc-revert-buffer1): Delete the special code for font-lock. --- lisp/vc.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 -- 2.39.2