diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-07-10 21:01:20 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-07-10 21:01:20 +0000 |
commit | 1cd643e793fc948e63c02ae8241f2d20d4fa068d (patch) | |
tree | 4019cc54cdf95fac233af618d586a8fea811fecb /lisp/emacs-lisp | |
parent | ebaba1bd737729891542bdfc8e38a31ceba90e6f (diff) | |
download | emacs-1cd643e793fc948e63c02ae8241f2d20d4fa068d.tar.gz emacs-1cd643e793fc948e63c02ae8241f2d20d4fa068d.tar.bz2 emacs-1cd643e793fc948e63c02ae8241f2d20d4fa068d.zip |
Load cl-loaddefs.el quietly.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 233df65ac91..f8b178ac07c 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -628,7 +628,7 @@ If ALIST is non-nil, the new pairs are prepended to it." (fmakunbound 'dolist) (fmakunbound 'dotimes) (fmakunbound 'declare) -(load "cl-loaddefs") +(load "cl-loaddefs" nil 'quiet) ;; This goes here so that cl-macs can find it if it loads right now. (provide 'cl-19) ; usage: (require 'cl-19 "cl") |