]> git.eshelyaron.com Git - emacs.git/commitdiff
Load cl-loaddefs.el quietly.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Jul 2007 21:01:20 +0000 (21:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Jul 2007 21:01:20 +0000 (21:01 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cl.el

index 2123e07d76629c15cc9ded2ee19fa628ed8a8bbe..a7cf4d231214804a7aaa734e6160c15d8578e077 100644 (file)
@@ -1,5 +1,7 @@
 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
+
        * vc-arch.el (vc-arch-complete): Remove.
        (vc-arch-revision-completion-table): Use complete-with-action.
 
index 233df65ac91eea76defd031cb09cfb41bf96b62a..f8b178ac07c646caa3dfde3c5f0e703507bbf250 100644 (file)
@@ -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")