aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-18 19:03:30 +0000
committerRichard M. Stallman <[email protected]>1997-07-18 19:03:30 +0000
commitb6e7b3c6cabb12da0d69bed715b49670df7b847d (patch)
tree30a4fab15ef208b19e147f270608d5013c7dfee1 /lisp/vc.el
parentdf816618ed2ad87e16adba399e523c6c48607eac (diff)
(vc-diff): Turn off previous change.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 3c160132af..900eae7aee 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1253,7 +1253,8 @@ and two version designators specifying which versions to compare."
"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: ")))