Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.212 slime/contrib/ChangeLog:1.214 --- slime/contrib/ChangeLog:1.212 Sun May 17 12:23:30 2009 +++ slime/contrib/ChangeLog Wed May 20 15:25:58 2009 @@ -1,3 +1,15 @@ +2009-05-20 Tobias C. Rittweiler tcr@freebits.de + + * swank-arglists.lisp (arglist-dispatch [define-compiler-macro]): + guard against when we're in the body of a compiler-macro + definition for a function not yet compiled into the image. + +2009-05-20 Tobias C. Rittweiler tcr@freebits.de + + * slime-fontifying-fu.el (slime-search-for-suppressed-forms): + Retrieve match data early now that `slime-current-parser-state' + does not save it anymore. + 2009-05-17 Tobias C. Rittweiler tcr@freebits.de
* slime-fontifying-fu.el (slime-search-for-suppressed-forms):