Skip to content

Commit

Permalink
Doh, was missing a provide.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 20, 2009
1 parent 49f5828 commit dde81d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dominating-file.el
Expand Up @@ -41,4 +41,6 @@ and return the directory. Return nil if not found."
root))

(defvar locate-dominating-stop-dir-regexp
"\\`\\(?:[\\/][\\/][^\\/]+\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'"))
"\\`\\(?:[\\/][\\/][^\\/]+\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'"))

(provide 'dominating-file)

0 comments on commit dde81d1

Please sign in to comment.