]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 11 Sep 2009 22:59:36 +0000 (22:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 11 Sep 2009 22:59:36 +0000 (22:59 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-macs.el

index 72e1da013962f5894d5f29e2c8f98bbfa14d02be..45f6e33c5a5150b6abdcb363d3fa777ca19897f2 100644 (file)
@@ -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.
index 8aa44a254e7e7c375d6b49395d0350a356d95c5e..2e1bc2b05f8192662c04d7707ef9594b5d3cf7e4 100644 (file)
@@ -282,7 +282,7 @@ Not documented
 ;;;;;;  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" "\
index 1a8f1b18e6e1f96afe11cd30634e1eb2fbb76e00..952c86740f5e0186bbdf8013a1690ffe318ff03e 100644 (file)
@@ -230,6 +230,8 @@ It is a list of elements of the form either:
 (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)