diff options
| author | Juanma Barranquero | 2008-05-06 23:44:24 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-06 23:44:24 +0000 |
| commit | a12a9e45270416ae405e39478516d16cd7b6a404 (patch) | |
| tree | 11ed2d402e272275abd9d7463c4eece0057b189c | |
| parent | 7a3d90dc245c540145b50fadc6d5cb18df095a09 (diff) | |
| download | emacs-a12a9e45270416ae405e39478516d16cd7b6a404.tar.gz emacs-a12a9e45270416ae405e39478516d16cd7b6a404.zip | |
Update autoloads.
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 6 | ||||
| -rw-r--r-- | lisp/emulation/tpu-edt.el | 2 | ||||
| -rw-r--r-- | lisp/ps-print.el | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 4ac292f207b..2131f097da3 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | ;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p | 10 | ;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p |
| 11 | ;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively | 11 | ;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively |
| 12 | ;;;;;; notevery notany every some mapcon mapcan mapl maplist map | 12 | ;;;;;; notevery notany every some mapcon mapcan mapl maplist map |
| 13 | ;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "2f89c94c42629315419a9d7404469c42") | 13 | ;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "0e52b41c758c56831930100671c58f50") |
| 14 | ;;; Generated autoloads from cl-extra.el | 14 | ;;; Generated autoloads from cl-extra.el |
| 15 | 15 | ||
| 16 | (autoload 'coerce "cl-extra" "\ | 16 | (autoload 'coerce "cl-extra" "\ |
| @@ -283,7 +283,7 @@ Not documented | |||
| 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-compile-time-init) "cl-macs" | 285 | ;;;;;; defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs" |
| 286 | ;;;;;; "cl-macs.el" "d33a3362d98432c0e9ca0b168f85ba93") | 286 | ;;;;;; "cl-macs.el" "6204016dafe0877b3da7ee5bb265506b") |
| 287 | ;;; Generated autoloads from cl-macs.el | 287 | ;;; Generated autoloads from cl-macs.el |
| 288 | 288 | ||
| 289 | (autoload 'cl-compile-time-init "cl-macs" "\ | 289 | (autoload 'cl-compile-time-init "cl-macs" "\ |
| @@ -745,7 +745,7 @@ Not documented | |||
| 745 | ;;;;;; find nsubstitute-if-not nsubstitute-if nsubstitute substitute-if-not | 745 | ;;;;;; find nsubstitute-if-not nsubstitute-if nsubstitute substitute-if-not |
| 746 | ;;;;;; substitute-if substitute delete-duplicates remove-duplicates | 746 | ;;;;;; substitute-if substitute delete-duplicates remove-duplicates |
| 747 | ;;;;;; delete-if-not delete-if delete* remove-if-not remove-if remove* | 747 | ;;;;;; delete-if-not delete-if delete* remove-if-not remove-if remove* |
| 748 | ;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "e3c349e5231811c1c0482dd378dae56a") | 748 | ;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "6a0563f6cb397543e7a42bd91372d8c2") |
| 749 | ;;; Generated autoloads from cl-seq.el | 749 | ;;; Generated autoloads from cl-seq.el |
| 750 | 750 | ||
| 751 | (autoload 'reduce "cl-seq" "\ | 751 | (autoload 'reduce "cl-seq" "\ |
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 63e77a73ef1..7aea44c11d9 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -2437,7 +2437,7 @@ If FILE is nil, try to load a default file. The default file names are | |||
| 2437 | 2437 | ||
| 2438 | 2438 | ||
| 2439 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins | 2439 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins |
| 2440 | ;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "c7ce8bad68736a5682eb3f5f5edc48db") | 2440 | ;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "d1893dc337c5370edf3997cc9430c9b7") |
| 2441 | ;;; Generated autoloads from tpu-extras.el | 2441 | ;;; Generated autoloads from tpu-extras.el |
| 2442 | 2442 | ||
| 2443 | (autoload 'tpu-cursor-free-mode "tpu-extras" "\ | 2443 | (autoload 'tpu-cursor-free-mode "tpu-extras" "\ |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 8414c2f7458..f6c369cf62c 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -6623,7 +6623,7 @@ If FACE is not a valid face name, use default face." | |||
| 6623 | ;; But autoload them here to make the separation invisible. | 6623 | ;; But autoload them here to make the separation invisible. |
| 6624 | 6624 | ||
| 6625 | ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize | 6625 | ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize |
| 6626 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "cec320214b5424998e467da8b0632a66") | 6626 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "3ae3ba08f75115403de0557340ff65ae") |
| 6627 | ;;; Generated autoloads from ps-mule.el | 6627 | ;;; Generated autoloads from ps-mule.el |
| 6628 | 6628 | ||
| 6629 | (defvar ps-multibyte-buffer nil "\ | 6629 | (defvar ps-multibyte-buffer nil "\ |