Fix bootstrap (void function cl-member).
* lisp/emacs-lisp/cl-lib.el: Load cl-seq if no cl-loaddefs file. * lisp/emacs-lisp/cl-seq.el: Provide a feature.
This commit is contained in:
parent
37ab2245f2
commit
912d4a4935
2 changed files with 6 additions and 3 deletions
|
@ -1018,4 +1018,6 @@ Atoms are compared by `eql'; cons cells are compared recursively.
|
|||
;; generated-autoload-file: "cl-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
(provide 'cl-seq)
|
||||
|
||||
;;; cl-seq.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue