diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/cl-preloaded.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el index 364de031334..2a70f9b9248 100644 --- a/lisp/emacs-lisp/cl-preloaded.el +++ b/lisp/emacs-lisp/cl-preloaded.el | |||
| @@ -60,12 +60,14 @@ | |||
| 60 | (marker number-or-marker atom) | 60 | (marker number-or-marker atom) |
| 61 | (overlay atom) (float number atom) (window-configuration atom) | 61 | (overlay atom) (float number atom) (window-configuration atom) |
| 62 | (process atom) (window atom) (subr atom) (compiled-function function atom) | 62 | (process atom) (window atom) (subr atom) (compiled-function function atom) |
| 63 | (module-function function atom) | ||
| 63 | (buffer atom) (char-table array sequence atom) | 64 | (buffer atom) (char-table array sequence atom) |
| 64 | (bool-vector array sequence atom) | 65 | (bool-vector array sequence atom) |
| 65 | (frame atom) (hash-table atom) (terminal atom) | 66 | (frame atom) (hash-table atom) (terminal atom) |
| 66 | (thread atom) (mutex atom) (condvar atom) | 67 | (thread atom) (mutex atom) (condvar atom) |
| 67 | (font-spec atom) (font-entity atom) (font-object atom) | 68 | (font-spec atom) (font-entity atom) (font-object atom) |
| 68 | (vector array sequence atom) | 69 | (vector array sequence atom) |
| 70 | (user-ptr atom) | ||
| 69 | ;; Plus, really hand made: | 71 | ;; Plus, really hand made: |
| 70 | (null symbol list sequence atom)) | 72 | (null symbol list sequence atom)) |
| 71 | "Alist of supertypes. | 73 | "Alist of supertypes. |