summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-03-25 14:02:26 +0000
committerUlrich Müller <ulm@gentoo.org>2009-03-25 14:02:26 +0000
commita2eaedf808648c742dab1544a5b7d9796b3d3010 (patch)
tree0fdbe5c5a2906c45ccb56e0e26f8b5eccf89ee8b /app-emacs/slime/files
parentStable on alpha, bug 263707 (diff)
downloadgentoo-2-a2eaedf808648c742dab1544a5b7d9796b3d3010.tar.gz
gentoo-2-a2eaedf808648c742dab1544a5b7d9796b3d3010.tar.bz2
gentoo-2-a2eaedf808648c742dab1544a5b7d9796b3d3010.zip
Remove eval-after-load from site-init file since it was not working anyway.
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'app-emacs/slime/files')
-rw-r--r--app-emacs/slime/files/2.0_p20080731/70slime-gentoo.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/slime/files/2.0_p20080731/70slime-gentoo.el b/app-emacs/slime/files/2.0_p20080731/70slime-gentoo.el
index 5e8310d4f8d7..d5b3f82e0536 100644
--- a/app-emacs/slime/files/2.0_p20080731/70slime-gentoo.el
+++ b/app-emacs/slime/files/2.0_p20080731/70slime-gentoo.el
@@ -6,8 +6,7 @@
(autoload 'slime-highlight-edits-mode "slime-highlight-edits" nil t)
(require 'slime-autoloads)
-(eval-after-load 'slime
- (slime-setup '(slime-fancy slime-asdf slime-banner)))
+(slime-setup '(slime-fancy slime-asdf slime-banner))
;; this allows us not to require dev-lisp/hyperspec
;; (which is non-free) as a hard dependency