diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 02:07:42 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 02:07:42 +0000 |
commit | 84b48a3ca3d70f4bd3beb5b1956a88d5afb3c591 (patch) | |
tree | 1bd142f362810a57fe5cac3e7f8cd753d06d47fa /app-emacs/initsplit/files | |
parent | EAPI=2; add use-based dep (bug #244548) (diff) | |
download | gentoo-2-84b48a3ca3d70f4bd3beb5b1956a88d5afb3c591.tar.gz gentoo-2-84b48a3ca3d70f4bd3beb5b1956a88d5afb3c591.tar.bz2 gentoo-2-84b48a3ca3d70f4bd3beb5b1956a88d5afb3c591.zip |
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/initsplit/files')
-rw-r--r-- | app-emacs/initsplit/files/50initsplit-gentoo.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emacs/initsplit/files/50initsplit-gentoo.el b/app-emacs/initsplit/files/50initsplit-gentoo.el deleted file mode 100644 index 3fb753468669..000000000000 --- a/app-emacs/initsplit/files/50initsplit-gentoo.el +++ /dev/null @@ -1,15 +0,0 @@ - -;;; initsplit site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(require 'initsplit) - -;; Avoid clobbering the kill ring (see -;; http://www.emacswiki.org/cgi-bin/wiki?InitSplit) - -(defadvice initsplit-split-customizations (around do-the-initsplit act) - "Don't clobber the `kill-ring' when writing customizations." - (let ((orig-kill-ring kill-ring)) - (unwind-protect - ad-do-it - (setq kill-ring orig-kill-ring))))
\ No newline at end of file |