Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
568352e7
Commit
568352e7
authored
Aug 03, 2011
by
Glenn Morris
Browse files
Auto-commit of loaddefs files.
parent
f26d0e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-loaddefs.el
+2
-1
No files found.
lisp/emacs-lisp/cl-loaddefs.el
View file @
568352e7
...
...
@@ -282,7 +282,7 @@ Not documented
;;;;;; flet progv psetq 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
" "
9452c0e16fd960fce5c19e5c067a7160
")
;;;;;; defmacro* defun* gentemp gensym) "
cl-macs
" "
cl-macs.el
" "
21df83d6106cb0c3d037e75ad79359dc
")
;;; Generated autoloads from cl-macs.el
(autoload 'gensym "
cl-macs
" "
\
...
...
@@ -426,6 +426,7 @@ The Common Lisp `do*' loop.
Loop
over
a
list.
Evaluate
BODY
with
VAR
bound
to
each
`
car
'
from
LIST,
in
turn.
Then
evaluate
RESULT
to
get
return
value,
default
nil.
An
implicit
nil
block
is
established
around
the
loop.
\(fn
(
VAR
LIST
[RESULT]
)
BODY...
)
" nil (quote macro))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment