summaryrefslogtreecommitdiff
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
commitadbbe690f670c49862d255367f5b5d03881037ed (patch)
tree8bf6c337b4019ddf5e553c8b4a7bdd58f1d3423b
parentcb29dfb6878a6fe422f6ac31b646400e69ab9572 (diff)
downloademacs-adbbe690f670c49862d255367f5b5d03881037ed.tar.gz
Require cl at compile-time.
-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))