Mercurial > emacs
changeset 91958:8a796568ffce
(vc-sccs-root): New func.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 19 Feb 2008 12:25:54 +0000 |
parents | 42f58d542f55 |
children | dfdc2f5061b3 |
files | lisp/vc-sccs.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-sccs.el Tue Feb 19 11:45:54 2008 +0000 +++ b/lisp/vc-sccs.el Tue Feb 19 12:25:54 2008 +0000 @@ -362,6 +362,9 @@ ;;; Internal functions ;;; +(defun vc-sccs-root (dir) + (vc-find-root dir "SCCS" t)) + ;; This function is wrapped with `progn' so that the autoload cookie ;; copies the whole function itself into loaddefs.el rather than just placing ;; a (autoload 'vc-sccs-search-project-dir "vc-sccs") which would not