diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-03 09:42:26 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-12-03 13:40:31 +0100 |
commit | 2477626ccaf172eb1aca4d1bbc17724db8f83146 (patch) | |
tree | 1a54ef2ae8d255a8e5ed100dbac6d0b52d171d37 /dev-vcs | |
parent | app-editors/kile: Re-add keywords (diff) | |
download | gentoo-2477626ccaf172eb1aca4d1bbc17724db8f83146.tar.gz gentoo-2477626ccaf172eb1aca4d1bbc17724db8f83146.tar.bz2 gentoo-2477626ccaf172eb1aca4d1bbc17724db8f83146.zip |
dev-vcs/subversion: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/6413
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/files/70svn-gentoo.el | 13 |
1 files changed, 0 insertions, 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 e5721e2480c1..000000000000 --- 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) |