diff options
| author | Dave Love | 2000-03-07 19:41:12 +0000 |
|---|---|---|
| committer | Dave Love | 2000-03-07 19:41:12 +0000 |
| commit | a599ac7c8f834900ac9041133ef5fa3d3c25cf75 (patch) | |
| tree | b7a5bf7f651138baa578e4faa942fe0ec5132481 | |
| parent | e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877 (diff) | |
| download | emacs-a599ac7c8f834900ac9041133ef5fa3d3c25cf75.tar.gz emacs-a599ac7c8f834900ac9041133ef5fa3d3c25cf75.zip | |
Remove expt, delete, rassoc from autoloads
lists.
| -rw-r--r-- | lisp/emacs-lisp/cl.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 830a3e8d1ff..8d7c826f261 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el | |||
| @@ -576,7 +576,7 @@ Keywords supported: :test :test-not :key" | |||
| 576 | coerce equalp cl-map-keymap maplist mapc mapl mapcan mapcon | 576 | coerce equalp cl-map-keymap maplist mapc mapl mapcan mapcon |
| 577 | cl-map-keymap cl-map-keymap-recursively cl-map-intervals | 577 | cl-map-keymap cl-map-keymap-recursively cl-map-intervals |
| 578 | cl-map-overlays cl-set-frame-visible-p cl-float-limits | 578 | cl-map-overlays cl-set-frame-visible-p cl-float-limits |
| 579 | gcd lcm isqrt expt floor* ceiling* truncate* round* | 579 | gcd lcm isqrt floor* ceiling* truncate* round* |
| 580 | mod* rem* signum random* make-random-state random-state-p | 580 | mod* rem* signum random* make-random-state random-state-p |
| 581 | subseq concatenate cl-mapcar-many map some every notany | 581 | subseq concatenate cl-mapcar-many map some every notany |
| 582 | notevery revappend nreconc list-length tailp copy-tree get* getf | 582 | notevery revappend nreconc list-length tailp copy-tree get* getf |
| @@ -586,13 +586,13 @@ Keywords supported: :test :test-not :key" | |||
| 586 | cl-macroexpand-all) | 586 | cl-macroexpand-all) |
| 587 | ("cl-seq" nil | 587 | ("cl-seq" nil |
| 588 | reduce fill replace remq remove remove* remove-if remove-if-not | 588 | reduce fill replace remq remove remove* remove-if remove-if-not |
| 589 | delete delete* delete-if delete-if-not remove-duplicates | 589 | delete* delete-if delete-if-not remove-duplicates |
| 590 | delete-duplicates substitute substitute-if substitute-if-not | 590 | delete-duplicates substitute substitute-if substitute-if-not |
| 591 | nsubstitute nsubstitute-if nsubstitute-if-not find find-if | 591 | nsubstitute nsubstitute-if nsubstitute-if-not find find-if |
| 592 | find-if-not position position-if position-if-not count count-if | 592 | find-if-not position position-if position-if-not count count-if |
| 593 | count-if-not mismatch search sort* stable-sort merge member* | 593 | count-if-not mismatch search sort* stable-sort merge member* |
| 594 | member-if member-if-not cl-adjoin assoc* assoc-if assoc-if-not | 594 | member-if member-if-not cl-adjoin assoc* assoc-if assoc-if-not |
| 595 | rassoc* rassoc rassoc-if rassoc-if-not union nunion intersection | 595 | rassoc* rassoc-if rassoc-if-not union nunion intersection |
| 596 | nintersection set-difference nset-difference set-exclusive-or | 596 | nintersection set-difference nset-difference set-exclusive-or |
| 597 | nset-exclusive-or subsetp subst-if subst-if-not nsubst nsubst-if | 597 | nset-exclusive-or subsetp subst-if subst-if-not nsubst nsubst-if |
| 598 | nsubst-if-not sublis nsublis tree-equal) | 598 | nsubst-if-not sublis nsublis tree-equal) |