diff options
Diffstat (limited to 'dev-vcs/bzr/files/71bzr-gentoo.el')
-rw-r--r-- | dev-vcs/bzr/files/71bzr-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-vcs/bzr/files/71bzr-gentoo.el b/dev-vcs/bzr/files/71bzr-gentoo.el new file mode 100644 index 000000000000..e8af05fb6ed6 --- /dev/null +++ b/dev-vcs/bzr/files/71bzr-gentoo.el @@ -0,0 +1,5 @@ + +;;; dev-util/bzr site-lisp configuration + +(unless (fboundp 'vc-bzr-registered) + (add-to-list 'load-path "@SITELISP@")) |