projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c240c95
)
Explicitly require poe when bytecompiling.
author
ohta
<ohta>
Mon, 8 Mar 1999 16:22:30 +0000
(16:22 +0000)
committer
ohta
<ohta>
Mon, 8 Mar 1999 16:22:30 +0000
(16:22 +0000)
poe-xemacs.el
patch
|
blob
|
history
poem-xm.el
patch
|
blob
|
history
diff --git
a/poe-xemacs.el
b/poe-xemacs.el
index
bc17426
..
a6b8516
100644
(file)
--- 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
(file)
--- a/
poem-xm.el
+++ b/
poem-xm.el
@@
-24,6
+24,8
@@
;;; Code:
+(eval-when-compile
+ (require 'poe))
(require 'poem-20)