comparison lisp/emacs-lisp/cl-loaddefs.el @ 107496:893b1b725ad5

Close bug#4427. * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427) * emacs-lisp/cl-loaddefs.el: Regenerate.
author Glenn Morris <rgm@gnu.org>
date Thu, 11 Mar 2010 19:19:17 -0800
parents f364eaefe2b4
children 9c5ceea9a88b 4369f3a9c1de
comparison
equal deleted inserted replaced
107495:64f6b7b30092 107496:893b1b725ad5
271 271
272 \(fn FORM &optional FULL)" nil nil) 272 \(fn FORM &optional FULL)" nil nil)
273 273
274 ;;;*** 274 ;;;***
275 275
276 ;;;### (autoloads (compiler-macroexpand define-compiler-macro assert 276 ;;;### (autoloads (defsubst* compiler-macroexpand define-compiler-macro
277 ;;;;;; check-type typep deftype cl-struct-setf-expander defstruct 277 ;;;;;; assert check-type typep deftype cl-struct-setf-expander defstruct
278 ;;;;;; define-modify-macro callf2 callf letf* letf rotatef shiftf 278 ;;;;;; define-modify-macro callf2 callf letf* letf rotatef shiftf
279 ;;;;;; remf cl-do-pop psetf setf get-setf-method defsetf define-setf-method 279 ;;;;;; remf cl-do-pop psetf setf get-setf-method defsetf define-setf-method
280 ;;;;;; declare the locally multiple-value-setq multiple-value-bind 280 ;;;;;; declare the locally multiple-value-setq multiple-value-bind
281 ;;;;;; lexical-let* lexical-let symbol-macrolet macrolet labels 281 ;;;;;; lexical-let* lexical-let symbol-macrolet macrolet labels
282 ;;;;;; flet progv psetq do-all-symbols do-symbols dotimes dolist 282 ;;;;;; flet progv psetq do-all-symbols do-symbols dotimes dolist
283 ;;;;;; do* do loop return-from return block etypecase typecase ecase 283 ;;;;;; do* do loop return-from return block etypecase typecase ecase
284 ;;;;;; case load-time-value eval-when destructuring-bind function* 284 ;;;;;; case load-time-value eval-when destructuring-bind function*
285 ;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "e10a7e42199c08dc39460f67dd2d424b") 285 ;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "273ba25f4a116c61a464dbe55f1f8c63")
286 ;;; Generated autoloads from cl-macs.el 286 ;;; Generated autoloads from cl-macs.el
287 287
288 (autoload 'gensym "cl-macs" "\ 288 (autoload 'gensym "cl-macs" "\
289 Generate a new uninterned symbol. 289 Generate a new uninterned symbol.
290 The name is made by appending a number to PREFIX, default \"G\". 290 The name is made by appending a number to PREFIX, default \"G\".
736 736
737 (autoload 'compiler-macroexpand "cl-macs" "\ 737 (autoload 'compiler-macroexpand "cl-macs" "\
738 Not documented 738 Not documented
739 739
740 \(fn FORM)" nil nil) 740 \(fn FORM)" nil nil)
741
742 (autoload 'defsubst* "cl-macs" "\
743 Define NAME as a function.
744 Like `defun', except the function is automatically declared `inline',
745 ARGLIST allows full Common Lisp conventions, and BODY is implicitly
746 surrounded by (block NAME ...).
747
748 \(fn NAME ARGLIST [DOCSTRING] BODY...)" nil (quote macro))
741 749
742 ;;;*** 750 ;;;***
743 751
744 ;;;### (autoloads (tree-equal nsublis sublis nsubst-if-not nsubst-if 752 ;;;### (autoloads (tree-equal nsublis sublis nsubst-if-not nsubst-if
745 ;;;;;; nsubst subst-if-not subst-if subsetp nset-exclusive-or set-exclusive-or 753 ;;;;;; nsubst subst-if-not subst-if subsetp nset-exclusive-or set-exclusive-or