remove this defadvice which caused a little discussion on emacs-devel
today (see Subject: mh-e/mh-acros.el advices `require' incorrectly).
2006-01-13 Bill Wohler <wohler@newt.com>
+ * mh-acros.el (require): Added Satyaki's comment regarding what
+ needs to happen to remove this defadvice which caused a little
+ discussion on emacs-devel today (see Subject: mh-e/mh-acros.el
+ advices `require' incorrectly).
+
* mh-search.el (mh-index-next-result-function): Add format to
docstring.
(mh-mairix-next-result): Use nil instead of () which doesn't stand
(list 'nth ,x z)))
(quote ,struct-name))))
+;; A better solution would be to use Stefan's change in bytecomp.el.
+;; If it were checked in, we can drop the advice to require and it
+;; will make things nicer elsewhere too.
(defadvice require (around mh-prefer-el activate)
"Modify `require' to load uncompiled MH-E files."
(or (featurep (ad-get-arg 0))