2003-05-01 Oystein Viggen <oysteivi@tihlde.org>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 1 May 2003 12:52:17 +0000 (12:52 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 1 May 2003 12:52:17 +0000 (12:52 +0000)
* dgnushack.el (when): Add defadvice.

lisp/ChangeLog
lisp/dgnushack.el

index 045e30e..80a9bdb 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
+
+       * dgnushack.el (when): Add defadvice.
+
 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-version-number): Bump.
index db52ce2..d0dfd99 100644 (file)
       (autoload 'custom-declare-face "cus-face" nil t)
       (autoload 'cl-compile-time-init "cl-macs" nil t)
       (autoload 'defadvice "advice" nil nil 'macro))
+    (when (eq emacs-minor-version 4)
+      (autoload 'defadvice "advice" nil nil 'macro))
     (autoload 'Info-directory "info" nil t)
     (autoload 'Info-menu "info" nil t)
     (autoload 'annotations-at "annotations")