diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2017-03-16 09:00:59 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2017-03-16 09:00:59 +0000 |
commit | fb67b1275fe6e473e70de247c6340cba0e9a50dc (patch) | |
tree | 4928c6269108533a0e2cac5f1e2f70c1d3cf1ba0 /lisp/emacs-lisp/cl-lib.el | |
parent | a3207a383009720bbd89327425e0eb1c9c20c267 (diff) | |
download | emacs-feature/temacs-for-bootstrap.tar.gz |
Building ldefs-boot with temacsfeature/temacs-for-bootstrap
Initial attempts, currently breaking.
Diffstat (limited to 'lisp/emacs-lisp/cl-lib.el')
-rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 8c4455a3dad..a47b1612874 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -636,8 +636,8 @@ If ALIST is non-nil, the new pairs are prepended to it." (provide 'cl-lib) (unless (load "cl-loaddefs" 'noerror 'quiet) ;; When bootstrapping, cl-loaddefs hasn't been built yet! - (require 'cl-macs) - (require 'cl-seq)) + (require 'cl-macs nil t) + (require 'cl-seq nil t)) ;; Local variables: ;; byte-compile-dynamic: t |