From bf247b6ed0b5e96845e785302bdaa97fcf6a8b84 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 9 Feb 2005 15:50:47 +0000 Subject: Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50. --- lisp/vc-hooks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/vc-hooks.el') diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index bdff9fbe12c..81a18eadd87 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -149,7 +149,7 @@ by these regular expressions." (set :format "%v" :inline t (const :format "%t" :tag "don't" except)) (regexp :format " stay local,\n%t: %v" :tag "if it matches") (repeat :format "%v%i\n" :inline t (regexp :tag "or")))) - :version "21.4" + :version "22.1" :group 'vc) (defun vc-stay-local-p (file) @@ -637,7 +637,7 @@ Before doing that, check if there are any old backups and get rid of them." nil 'keep-date) ;; It's ok if it doesn't work (e.g. directory not writable), ;; since this is just for efficiency. - (file-error + (file-error (message (concat "Warning: Cannot make version backup; " "diff/revert therefore not local")))))) -- cgit v1.2.1