[slime-devel] slime-banner.el provides 'slime-startup-animation

Stelian Ionescu sionescu at common-lisp.net
Fri Sep 7 02:06:58 UTC 2007


Hello, I'm running emacs 23 (the emacs-unicode branch) and because
slime-banner.el provides 'slime-startup-animation neither
(require 'slime-banner) nor (require 'slime-startup-animation) works.
Should slime-banner.el perhaps provide 'slime-banner ? I've attached
a patch with this change

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
-------------- next part --------------
Index: contrib/slime-banner.el
===================================================================
RCS file: /project/slime/cvsroot/slime/contrib/slime-banner.el,v
retrieving revision 1.2
diff -u -r1.2 slime-banner.el
--- contrib/slime-banner.el	4 Sep 2007 10:18:44 -0000	1.2
+++ contrib/slime-banner.el	7 Sep 2007 01:57:26 -0000
@@ -37,4 +37,4 @@
 
 (setq slime-repl-banner-function 'slime-startup-message)
 
-(provide 'slime-startup-animation)
+(provide 'slime-banner)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20070907/a27abdc0/attachment.sig>


More information about the slime-devel mailing list