summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2008-10-28 18:51:36 +0000
committerMartin Rudalics <rudalics@gmx.at>2008-10-28 18:51:36 +0000
commitdb7a5d2f38bba81e8a8e8eb80aecaf225aef055a (patch)
tree03e7a1927581680851c75a9d3c03a0f7456401d1 /lisp/vc-hooks.el
parent6d1f3307dc5f004d50e83702743a6618d1393d2e (diff)
downloademacs-db7a5d2f38bba81e8a8e8eb80aecaf225aef055a.tar.gz
(vc-stay-local): Fix typo in choice.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 97dca35463d..b4f92350ea1 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -159,7 +159,7 @@ symbol `except'; then VC always stays local except for hosts matched
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))
@@ -334,7 +334,7 @@ If WITNESS if not found, return nil, otherwise return the root."
(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