changeset 18857:aaecd0858bb0

(vc-diff): Turn off previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Jul 1997 19:03:30 +0000
parents 03eeb83520d8
children ad717015a2de
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Fri Jul 18 18:59:20 1997 +0000
+++ b/lisp/vc.el	Fri Jul 18 19:03:30 1997 +0000
@@ -1253,7 +1253,8 @@
 	 "There is no version-control master associated with this buffer"))
     (let ((file buffer-file-name)
 	  unchanged)
-      (if (not (vc-locking-user file))
+      (if nil ;;; (not (vc-locking-user file))
+	  ;; This seems like feeping creaturism -- rms.
           ;; if the file is not locked, ask for older version to compare with
           (let ((old (read-string 
                       "File is unchanged; version to compare with: ")))