# HG changeset patch # User Stefan Monnier # Date 1184101280 0 # Node ID 05153ccde0191f2fcf00de055506ce36c7b4c2d0 # Parent 0e6cd7deb7463f3790be9337611055bc9225425a Load cl-loaddefs.el quietly. diff -r 0e6cd7deb746 -r 05153ccde019 lisp/ChangeLog --- 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 + * 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. diff -r 0e6cd7deb746 -r 05153ccde019 lisp/emacs-lisp/cl.el --- 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")