Autoload ad-add-advice for XEmacs. bbdb-com.el that spam.el loads uses it in
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 22 May 2007 01:05:23 +0000 (01:05 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 22 May 2007 01:05:23 +0000 (01:05 +0000)
 the compiled defadvice form.

lisp/ChangeLog
lisp/dgnushack.el

index 80a6ec7..02543c9 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
+       spam.el loads uses it in the compiled defadvice form.
+
 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * gnus-sum.el (gnus-articles-to-read)
index 474c90e..751ec60 100644 (file)
@@ -204,6 +204,7 @@ fixed in Emacs 22."
       (autoload 'defadvice "advice" nil nil 'macro))
     (autoload 'Info-directory "info" nil t)
     (autoload 'Info-menu "info" nil t)
+    (autoload 'ad-add-advice "advice")
     (autoload 'annotations-at "annotations")
     (autoload 'apropos "apropos" nil t)
     (autoload 'apropos-command "apropos" nil t)