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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
01db225d
Commit
01db225d
authored
Oct 27, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto-commit of loaddefs files.
parent
435c1d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-loaddefs.el
+15
-11
No files found.
lisp/emacs-lisp/cl-loaddefs.el
View file @
01db225d
...
...
@@ -10,7 +10,7 @@
;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p
;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively
;;;;;; notevery notany every some mapcon mapcan mapl maplist map
;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "
26339d9571f9485bf34fa6d2ae38fc84
")
;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "
15a5e127e1c9c9c3d1f398963b66cde7
")
;;; Generated autoloads from cl-extra.el
(
autoload
'coerce
"cl-extra"
"\
...
...
@@ -28,7 +28,7 @@ strings case-insensitively.
\(fn
X
Y
)
" nil nil)
(autoload 'cl-mapcar-many "
cl-extra
" "
\
Not
documented
\(fn
CL-FUNC
CL-SEQS
)
" nil nil)
...
...
@@ -84,27 +84,27 @@ Return true if PREDICATE is false of some element of SEQ or SEQs.
(defalias 'cl-map-keymap 'map-keymap)
(autoload 'cl-map-keymap-recursively "
cl-extra
" "
\
Not
documented
\(fn
CL-FUNC-REC
CL-MAP
&optional
CL-BASE
)
" nil nil)
(autoload 'cl-map-intervals "
cl-extra
" "
\
Not
documented
\(fn
CL-FUNC
&optional
CL-WHAT
CL-PROP
CL-START
CL-END
)
" nil nil)
(autoload 'cl-map-overlays "
cl-extra
" "
\
Not
documented
\(fn
CL-FUNC
&optional
CL-BUFFER
CL-START
CL-END
CL-ARG
)
" nil nil)
(autoload 'cl-set-frame-visible-p "
cl-extra
" "
\
Not
documented
\(fn
FRAME
VAL
)
" nil nil)
(autoload 'cl-progv-before "
cl-extra
" "
\
Not
documented
\(fn
SYMS
VALUES
)
" nil nil)
...
...
@@ -180,7 +180,11 @@ Return t if OBJECT is a random-state object.
\(fn
OBJECT
)
" nil nil)
(autoload 'cl-float-limits "
cl-extra
" "
\
Not
documented
Initialize
the
Common
Lisp
floating-point
parameters.
This
sets
the
values
of:
`
most-positive-float
',
`
most-negative-float
',
`
least-positive-float
',
`
least-negative-float
',
`
float-epsilon
',
`
float-negative-epsilon
',
`
least-positive-normalized-float
',
and
`
least-negative-normalized-float
'.
\(fn
)
" nil nil)
...
...
@@ -228,12 +232,12 @@ PROPLIST is a list of the sort returned by `symbol-plist'.
\(fn
PROPLIST
PROPNAME
&optional
DEFAULT
)
" nil nil)
(autoload 'cl-set-getf "
cl-extra
" "
\
Not
documented
\(fn
PLIST
TAG
VAL
)
" nil nil)
(autoload 'cl-do-remf "
cl-extra
" "
\
Not
documented
\(fn
PLIST
TAG
)
" nil nil)
...
...
@@ -267,7 +271,7 @@ This also does some trivial optimizations to make the form prettier.
\(fn
FORM
&optional
ENV
)
" nil nil)
(autoload 'cl-prettyexpand "
cl-extra
" "
\
Not
documented
\(fn
FORM
&optional
FULL
)
" nil nil)
...
...
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