summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2007-03-03 16:35:37 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2007-03-03 16:35:37 +0000
commitcdf64ff155fd6293cd87e5d452c225148d3fdd60 (patch)
tree4ff2ad16233c8c7ebda5a7462f487b30b2132e70 /dev-util/subversion/files
parentInstall ChangeLog in the appropriate location, and put the checksum index in ... (diff)
downloadhistorical-cdf64ff155fd6293cd87e5d452c225148d3fdd60.tar.gz
historical-cdf64ff155fd6293cd87e5d452c225148d3fdd60.tar.bz2
historical-cdf64ff155fd6293cd87e5d452c225148d3fdd60.zip
Fix emacs integration on newer emacs versions
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'dev-util/subversion/files')
-rw-r--r--dev-util/subversion/files/70svn-gentoo.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/subversion/files/70svn-gentoo.el b/dev-util/subversion/files/70svn-gentoo.el
index f2e92cc378ea..be6ed7dcbb54 100644
--- a/dev-util/subversion/files/70svn-gentoo.el
+++ b/dev-util/subversion/files/70svn-gentoo.el
@@ -1,5 +1,7 @@
;;; svn site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(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)
(require 'psvn)