summaryrefslogtreecommitdiff
path: root/lisp/ph.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-13 18:44:54 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-13 18:44:54 +0000
commit62df2e3f5167b68f04a26d0b003c1e00ff5069d7 (patch)
tree3e8056984a29204e6568f78833ac4a96d6342820 /lisp/ph.el
parent14a0b91bf70be48c951ec97229063586dfe720ee (diff)
downloademacs-62df2e3f5167b68f04a26d0b003c1e00ff5069d7.tar.gz
Require cl at compile-time.
Diffstat (limited to 'lisp/ph.el')
-rw-r--r--lisp/ph.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ph.el b/lisp/ph.el
index 40abafaa802..f7cd052f3b4 100644
--- a/lisp/ph.el
+++ b/lisp/ph.el
@@ -63,6 +63,8 @@
;;; Code:
+(eval-when-compile (require 'cl))
+
(require 'wid-edit)
(if (not (fboundp 'make-overlay))