[slime-devel] slime-pretty-package-name buglet

John Paul Wallington jpw at gnu.org
Sun Aug 22 23:59:56 UTC 2004


The byte-compiler noticed this:

Index: slime.el
===================================================================
RCS file: /project/slime/cvsroot/slime/slime.el,v
retrieving revision 1.392
diff -u -r1.392 slime.el
--- slime.el	16 Aug 2004 21:41:35 -0000	1.392
+++ slime.el	23 Aug 2004 00:09:40 -0000
@@ -434,7 +434,7 @@
   "Return a pretty version of a package name designator (as a string)."
   (cond ((string-match "^:\\(.*\\)$" name)    (match-string 1 name))
         ((string-match "^\"\\(.*\\)\"$" name) (match-string 1 name))
-        ((t name))))
+        (t name)))
 
 (when slime-update-modeline-package
   (run-with-idle-timer 0.2 0.2 'slime-update-modeline-package))



2004-08-23  John Paul Wallington  <jpw at gnu.org>

	* slime.el (slime-pretty-package-name): Fix last cond clause.




More information about the slime-devel mailing list