From: Richard M. Stallman Date: Fri, 18 Jul 1997 19:03:30 +0000 (+0000) Subject: (vc-diff): Turn off previous change. X-Git-Tag: emacs-20.1~1089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6e7b3c6cabb12da0d69bed715b49670df7b847d;p=emacs.git (vc-diff): Turn off previous change. --- diff --git a/lisp/vc.el b/lisp/vc.el index 3c160132af2..900eae7aee8 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: ")))