From: ohta Date: Mon, 8 Mar 1999 16:22:30 +0000 (+0000) Subject: Explicitly require poe when bytecompiling. X-Git-Tag: apel-9_13_1~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b709d20b7d7e8ad80608b1744a1f534219b04726;p=elisp%2Fapel.git Explicitly require poe when bytecompiling. --- 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)