changeset 81805:05153ccde019

Load cl-loaddefs.el quietly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Jul 2007 21:01:20 +0000
parents 0e6cd7deb746
children 955afd99e3e9
files lisp/ChangeLog lisp/emacs-lisp/cl.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 10 19:55:12 2007 +0000
+++ b/lisp/ChangeLog	Tue Jul 10 21:01:20 2007 +0000
@@ -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.
 
--- a/lisp/emacs-lisp/cl.el	Tue Jul 10 19:55:12 2007 +0000
+++ b/lisp/emacs-lisp/cl.el	Tue Jul 10 21:01:20 2007 +0000
@@ -628,7 +628,7 @@
 (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")