From 9271083a41d32322ac271f594ea5e0e86dbe3fab Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Oct 2007 15:27:49 +0000 Subject: [PATCH] Require easymenu. --- lisp/ChangeLog | 3 ++- lisp/follow.el | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfd5637e5c6..0161024abb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2007-10-09 Juanma Barranquero - * follow.el (follow-mode-hook, follow-mode): Doc fixes. + * follow.el: Require easymenu. + (follow-mode-hook, follow-mode): Doc fixes. (follow-mode-off-hook): Mark as obsolete. 2007-10-08 Martin Rudalics diff --git a/lisp/follow.el b/lisp/follow.el index 623989683fe..e6538e5a350 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -254,6 +254,8 @@ ;; Should someone come up with a better solution, please let me ;; know. +(require 'easymenu) + (eval-when-compile (if (or (featurep 'bytecomp) (featurep 'byte-compile)) -- 2.39.2