[slime-cvs] CVS slime/contrib
CVS User nsiivola
nsiivola at common-lisp.net
Sun May 15 17:19:46 UTC 2011
Update of /project/slime/cvsroot/slime/contrib
In directory common-lisp.net:/tmp/cvs-serv1797/contrib
Modified Files:
ChangeLog slime-cl-indent.el
Log Message:
slime-indentation: identify &more in lambda-lists
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2011/05/15 17:18:52 1.445
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2011/05/15 17:19:46 1.446
@@ -5,6 +5,7 @@
indent lambda-lists. Allows indenting destructuring lambda-lists correctly:
previously we could align to a keyword in a previous sublist, instead
of the sublist itself.
+ (lisp-indent-lambda-list-keywords-regexp): Add support for non-standard &more.
2011-05-11 Nikodemus Siivola <nikodemus at random-state.net>
--- /project/slime/cvsroot/slime/contrib/slime-cl-indent.el 2011/05/15 17:18:52 1.11
+++ /project/slime/cvsroot/slime/contrib/slime-cl-indent.el 2011/05/15 17:19:46 1.12
@@ -426,7 +426,7 @@
(defvar lisp-indent-lambda-list-keywords-regexp
"&\\(\
-optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
+optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\\|more\
\\)\\([ \t]\\|$\\)"
"Regular expression matching lambda-list keywords.")
More information about the slime-cvs
mailing list