mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Replace autoloads for dolist, dotimes.
This commit is contained in:
parent
63744c0ff5
commit
cc4dfff0ec
2 changed files with 7 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ Keywords supported: :test :test-not :key"
|
|||
("cl-macs" t
|
||||
defun* defmacro* function* destructuring-bind eval-when
|
||||
load-time-value case ecase typecase etypecase
|
||||
block return return-from loop do do* do-symbols
|
||||
block return return-from loop do do* dolist dotimes do-symbols
|
||||
do-all-symbols psetq progv flet labels macrolet symbol-macrolet
|
||||
lexical-let lexical-let* multiple-value-bind multiple-value-setq
|
||||
locally the declare define-setf-method defsetf define-modify-macro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue