(vc-diff): Turn off previous change.
This commit is contained in:
parent
df816618ed
commit
b6e7b3c6ca
1 changed files with 2 additions and 1 deletions
|
@ -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: ")))
|
||||
|
|
Loading…
Add table
Reference in a new issue