From 0c2ab389647cb634f96ec28a7f3104b4ca8334d7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 15 Oct 2007 14:21:23 +0000 Subject: [PATCH] Revert previous change; it creates a dependency loop between advice.el and help-fns.el. --- lisp/ChangeLog | 5 +++++ lisp/help-fns.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84c908e20a2..9a495218555 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-15 Juanma Barranquero + + * help-fns.el: Revert previous change; it creates a + dependency loop between advice.el and help-fns.el. + 2007-10-15 Juanma Barranquero * help-fns.el: Require advice when compiling. diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 8a3a3903b3a..befd83c76ef 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -34,7 +34,6 @@ ;;; Code: (require 'help-mode) -(eval-when-compile (require 'advice)) ;; Functions -- 2.39.5