diff options
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 |