Explicitly require poe when bytecompiling.
authorohta <ohta>
Mon, 8 Mar 1999 16:22:30 +0000 (16:22 +0000)
committerohta <ohta>
Mon, 8 Mar 1999 16:22:30 +0000 (16:22 +0000)
poe-xemacs.el
poem-xm.el

index bc17426..a6b8516 100644 (file)
 ;;; @ 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."
index db7bd5b..4c0ac8d 100644 (file)
@@ -24,6 +24,8 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'poe))
 (require 'poem-20)