]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-revert-buffer1): Delete the special code for font-lock.
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 07:00:06 +0000 (07:00 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 07:00:06 +0000 (07:00 +0000)
lisp/vc.el

index 1e32275122ea2fa997fbb75b58118f046b6de2ea..54f71fb0d93182d378fd002f4a691d8582347418 100644 (file)
@@ -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