2008-10-28 Martin Rudalics <rudalics@gmx.at>
* vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
+ * vc-hooks.el (vc-stay-local): Likewise.
2008-10-28 Phil Sung <psung@mit.edu> (tiny change)
by these regular expressions."
:type '(choice
(const :tag "Always stay local" t)
- (const :tag "Only for file operations" 'only-file)
+ (const :tag "Only for file operations" only-file)
(const :tag "Don't stay local" nil)
(list :format "\nExamine hostname and %v" :tag "Examine hostname ..."
(set :format "%v" :inline t (const :format "%t" :tag "don't" except))
(let ((locate-dominating-stop-dir-regexp
(or vc-ignore-dir-regexp locate-dominating-stop-dir-regexp)))
(locate-dominating-file file witness)))
-
+
(define-obsolete-function-alias 'vc-find-root 'locate-dominating-file "23.1")
;; Access functions to file properties