commit: 2477626ccaf172eb1aca4d1bbc17724db8f83146 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Dec 3 08:42:26 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 12:40:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2477626c
dev-vcs/subversion: remove unused file Closes: https://github.com/gentoo/gentoo/pull/6413 dev-vcs/subversion/files/70svn-gentoo.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-vcs/subversion/files/70svn-gentoo.el b/dev-vcs/subversion/files/70svn-gentoo.el deleted file mode 100644 index e5721e2480c..00000000000 --- a/dev-vcs/subversion/files/70svn-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; subversion site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(and (< emacs-major-version 22) - (add-to-list 'load-path "@SITELISP@/compat")) -(add-to-list 'vc-handled-backends 'SVN) - -(defalias 'svn-examine 'svn-status) -(autoload 'svn-status "dsvn" "Run `svn status'." t) -(autoload 'svn-update "dsvn" "Run `svn update'." t) -(autoload 'svn-status "psvn" - "Examine the status of Subversion working copy in directory DIR." t)
