Mercurial > emacs
changeset 104965:5d471f2d8534
* emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 11 Sep 2009 22:59:36 +0000 |
parents | a19ada807754 |
children | 754f505b6d27 |
files | lisp/ChangeLog lisp/emacs-lisp/cl-loaddefs.el lisp/emacs-lisp/cl-macs.el |
diffstat | 3 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 11 22:48:03 2009 +0000 +++ b/lisp/ChangeLog Fri Sep 11 22:59:36 2009 +0000 @@ -1,3 +1,7 @@ +2009-09-11 Juanma Barranquero <lekktu@gmail.com> + + * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare. + 2009-09-11 Daiki Ueno <ueno@unixuser.org> * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
--- a/lisp/emacs-lisp/cl-loaddefs.el Fri Sep 11 22:48:03 2009 +0000 +++ b/lisp/emacs-lisp/cl-loaddefs.el Fri Sep 11 22:59:36 2009 +0000 @@ -282,7 +282,7 @@ ;;;;;; do-all-symbols do-symbols dotimes dolist do* do loop return-from ;;;;;; return block etypecase typecase ecase case load-time-value ;;;;;; eval-when destructuring-bind function* defmacro* defun* gentemp -;;;;;; gensym) "cl-macs" "cl-macs.el" "2aecc3d85778ca624e541d08032aa12a") +;;;;;; gensym) "cl-macs" "cl-macs.el" "cee0f106d963d8d1665bc67bea707297") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\
--- a/lisp/emacs-lisp/cl-macs.el Fri Sep 11 22:48:03 2009 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Fri Sep 11 22:59:36 2009 +0000 @@ -230,6 +230,8 @@ (defvar bind-block) (defvar bind-defs) (defvar bind-enquote) (defvar bind-inits) (defvar bind-lets) (defvar bind-forms) +(declare-function help-add-fundoc-usage "help-fns" (docstring arglist)) + (defun cl-transform-lambda (form bind-block) (let* ((args (car form)) (body (cdr form)) (orig-args args) (bind-defs nil) (bind-enquote nil)