From b709d20b7d7e8ad80608b1744a1f534219b04726 Mon Sep 17 00:00:00 2001 From: ohta Date: Mon, 8 Mar 1999 16:22:30 +0000 Subject: [PATCH] Explicitly require poe when bytecompiling. --- poe-xemacs.el | 4 ++++ poem-xm.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/poe-xemacs.el b/poe-xemacs.el index bc17426..a6b8516 100644 --- a/poe-xemacs.el +++ b/poe-xemacs.el @@ -28,6 +28,10 @@ ;;; @ color ;;; + +(eval-when-compile + (require 'poe)) + (defun-maybe set-cursor-color (color-name) "Set the text cursor color of the selected frame to COLOR. When called interactively, prompt for the name of the color to use." diff --git a/poem-xm.el b/poem-xm.el index db7bd5b..4c0ac8d 100644 --- a/poem-xm.el +++ b/poem-xm.el @@ -24,6 +24,8 @@ ;;; Code: +(eval-when-compile + (require 'poe)) (require 'poem-20) -- 1.7.10.4