]> git.eshelyaron.com Git - emacs.git/commitdiff
Require easymenu when compiling.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Feb 2008 11:27:28 +0000 (11:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Feb 2008 11:27:28 +0000 (11:27 +0000)
lisp/ChangeLog
lisp/help-mode.el

index a06df70b29d62c1f4718269124a5491cf7f842e9..2822844a9814322a6f2b964ca6d1eea67eaa9e6a 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-mode.el: Require easymenu when compiling.
+
 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * help-mode.el (help-mode-menu): New menu.
index e490849edc5253a75bd34738d5f8a3f20ffa8ea1..95ae547f4573d494febec748c1e34863a13e3c08 100644 (file)
@@ -32,6 +32,7 @@
 
 (require 'button)
 (require 'view)
+(eval-when-compile (require 'easymenu))
 
 (defvar help-mode-map (make-sparse-keymap)
   "Keymap for help mode.")