# HG changeset patch # User Richard M. Stallman # Date 730577232 0 # Node ID ef257d7ca34abc215ea23fb88c62f4a2cf002077 # Parent 049a892e63986534fdb191599720294ee2e19d4b (vc-find-file-hook): Discard vc status of file if we will actually have to create the buffer. diff -r 049a892e6398 -r ef257d7ca34a lisp/vc-hooks.el --- a/lisp/vc-hooks.el Wed Feb 24 18:02:05 1993 +0000 +++ b/lisp/vc-hooks.el Wed Feb 24 18:07:12 1993 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Version: 4.0 -;; $Id: vc-hooks.el,v 1.5 1992/10/20 18:43:33 rms Exp rms $ +;; $Id: vc-hooks.el,v 1.6 1992/10/24 20:07:08 rms Exp rms $ ;; This file is part of GNU Emacs. @@ -134,6 +134,9 @@ ;;; install a call to the above as a find-file hook (defun vc-find-file-hook () + ;; Recompute whether file is version controlled, + ;; if user has killed the buffer and revisited. + (vc-file-setprop buffer-file-name 'vc-backend nil) (if (and (vc-mode-line buffer-file-name) (not vc-make-backup-files)) (progn (make-local-variable 'make-backup-files)