From 2477626ccaf172eb1aca4d1bbc17724db8f83146 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 3 Dec 2017 09:42:26 +0100 Subject: 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(-) delete mode 100644 dev-vcs/subversion/files/70svn-gentoo.el (limited to 'dev-vcs') 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) -- cgit v1.2.3-65-gdbad