]> code.delx.au - gnu-emacs/blobdiff - lisp/vc-hooks.el
(define-ccl-program): Fix docstring about
[gnu-emacs] / lisp / vc-hooks.el
index bdff9fbe12ca00d979a94aadb214e6bbb1db064a..81a18eadd875ef0125042f672c69331cbeed9e50 100644 (file)
@@ -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"))))))