changeset 99192:c0bf1f652024

(vc-stay-local): Fix typo in choice.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 28 Oct 2008 18:51:36 +0000
parents e295f1ce302e
children 241559c3dc7e
files lisp/vc-hooks.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Tue Oct 28 17:57:09 2008 +0000
+++ b/lisp/vc-hooks.el	Tue Oct 28 18:51:36 2008 +0000
@@ -159,7 +159,7 @@
 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 @@
   (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