diff options
author | 2009-01-29 02:11:31 +0000 | |
---|---|---|
committer | 2009-01-29 02:11:31 +0000 | |
commit | ecea69b270bec4b1cba20dd8a7e9b95dbeddf957 (patch) | |
tree | 2e206228b997ff41761b0a844a77bf77dfc5f253 /app-emacs/initsplit/files | |
parent | EAPI=2; respect CC (diff) | |
download | historical-ecea69b270bec4b1cba20dd8a7e9b95dbeddf957.tar.gz historical-ecea69b270bec4b1cba20dd8a7e9b95dbeddf957.tar.bz2 historical-ecea69b270bec4b1cba20dd8a7e9b95dbeddf957.zip |
clean up
Package-Manager: portage-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 |