1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00

* emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.

This commit is contained in:
Juanma Barranquero 2009-09-11 22:59:36 +00:00
parent 97d4bdba7e
commit b4587710d3
3 changed files with 7 additions and 1 deletions

View 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.

View 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" "\

View 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)