[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Mon May 14 18:57:32 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv3894

Modified Files:
	ChangeLog 
Log Message:
* swank.lisp: Liberated from unnecessary style-warnings!

  (eval-for-emacs): Don't use SLOT-VALUE on condition objects!
  (inspect-bigger-piece-actions): Changed from DEFMETHOD to DEFUN.
  (inspect-whole-thing-action): Likewise.
  (inspect-show-more-action): Likewise.
  (make-symbols-listing): Adds an explicit DEFGENERIC.
  (menu-choices-for-presentation): Likewise.
   	(make-symbols-listing (eql :classification)): Use `(loop for k
  being EACH hash-key ...)' rather than `(loop for k being THE
  hash-key)', to omit the justified style-warning from CLISP.


--- /project/slime/cvsroot/slime/ChangeLog	2007/05/14 15:21:32	1.1125
+++ /project/slime/cvsroot/slime/ChangeLog	2007/05/14 18:57:31	1.1126
@@ -1,5 +1,20 @@
 2007-05-14  Tobias C. Rittweiler <tcr at freebits.de>
 
+	* swank.lisp: Liberated from unnecessary style-warnings!
+
+	(eval-for-emacs): Don't use SLOT-VALUE on condition objects!
+	(inspect-bigger-piece-actions): Changed from DEFMETHOD to DEFUN.
+	(inspect-whole-thing-action): Likewise.
+	(inspect-show-more-action): Likewise.
+	(make-symbols-listing): Adds an explicit DEFGENERIC.
+	(menu-choices-for-presentation): Likewise.
+
+	(make-symbols-listing (eql :classification)): Use `(loop for k
+	being EACH hash-key ...)' rather than `(loop for k being THE
+	hash-key)', to omit the justified style-warning from CLISP.
+	
+2007-05-14  Tobias C. Rittweiler <tcr at freebits.de>
+
 	* swank.lisp (package-names): Make sure to return a fresh list.
 	(fuzzy-find-matching-packages): Use PACKAGE-NAMES.
 	(list-all-package-names): Use PACKAGE-NAMES.




More information about the slime-cvs mailing list