emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-hooks.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Wed, 09 Feb 2005 10:52:51 -0500

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.172 emacs/lisp/vc-hooks.el:1.173
*** emacs/lisp/vc-hooks.el:1.172        Mon Feb  7 20:38:46 2005
--- emacs/lisp/vc-hooks.el      Wed Feb  9 15:50:40 2005
***************
*** 149,155 ****
                (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"
    :group 'vc)
  
  (defun vc-stay-local-p (file)
--- 149,155 ----
                (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 "22.1"
    :group 'vc)
  
  (defun vc-stay-local-p (file)
***************
*** 637,643 ****
                     nil 'keep-date)
        ;; It's ok if it doesn't work (e.g. directory not writable),
        ;; since this is just for efficiency.
!       (file-error 
         (message
          (concat "Warning: Cannot make version backup; "
                  "diff/revert therefore not local"))))))
--- 637,643 ----
                     nil 'keep-date)
        ;; It's ok if it doesn't work (e.g. directory not writable),
        ;; since this is just for efficiency.
!       (file-error
         (message
          (concat "Warning: Cannot make version backup; "
                  "diff/revert therefore not local"))))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]