* lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
[bpt/emacs.git] / lisp / vc-hooks.el
index a812443..e6956c8 100644 (file)
@@ -84,10 +84,7 @@ An empty list disables VC altogether."
   :type '(repeat string)
   :group 'vc)
 
-(defcustom vc-path
-  (if (file-directory-p "/usr/sccs")
-      '("/usr/sccs")
-    nil)
+(defcustom vc-path nil
   "List of extra directories to search for version control commands."
   :type '(repeat directory)
   :group 'vc)