summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-03 09:42:26 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-12-03 13:40:31 +0100
commit2477626ccaf172eb1aca4d1bbc17724db8f83146 (patch)
tree1a54ef2ae8d255a8e5ed100dbac6d0b52d171d37
parentapp-editors/kile: Re-add keywords (diff)
downloadgentoo-2477626ccaf172eb1aca4d1bbc17724db8f83146.tar.gz
gentoo-2477626ccaf172eb1aca4d1bbc17724db8f83146.tar.bz2
gentoo-2477626ccaf172eb1aca4d1bbc17724db8f83146.zip
dev-vcs/subversion: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/6413
-rw-r--r--dev-vcs/subversion/files/70svn-gentoo.el13
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)