Mercurial > hg > xemacs-beta
diff lisp/cl-macs.el @ 4702:eb1a409c317b
Unbreak autoload.el
2009-09-28 Mike Sperber <mike@xemacs.org>
* autoload.el (make-autoload): Only try to add arguments to
documentation when the form actually allows it.
* cl-macs.el (cl-function-arglist): Add autoload; used in autoload.el.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Mon, 28 Sep 2009 18:04:07 +0200 |
parents | fee33ab25966 |
children | 5bb0735f56e0 |
line wrap: on
line diff
--- a/lisp/cl-macs.el Sun Sep 27 20:37:44 2009 +0100 +++ b/lisp/cl-macs.el Mon Sep 28 18:04:07 2009 +0200 @@ -298,6 +298,7 @@ (t arg))) ; Maybe we are in initializer ;; npak@ispras.ru +;;;###autoload (defun cl-function-arglist (name arglist) "Returns string with printed representation of arguments list. Supports Common Lisp lambda lists."