with "loading" messages.
Fixes: debbugs:11635
+2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
+ with "loading" messages (bug#11635).
+
2012-06-06 Michael Albinus <michael.albinus@gmx.de>
* files.el (enable-remote-dir-locals): New option.
(or (not (eq (car-safe (symbol-function func))
'autoload))
(ignore-errors
- (load (nth 1 (symbol-function func))))))
+ (load (nth 1 (symbol-function func))
+ 'noerror 'nomsg))))
;; Follow the sequence of aliases.
(setq func (symbol-function func)))
(if (null handler)