]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cl at compile-time.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 18:44:54 +0000 (18:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 18:44:54 +0000 (18:44 +0000)
lisp/ph.el

index 40abafaa80271727e529e11b18c2d703ab5970c3..f7cd052f3b45d61289f68cca617d9cb030b101bd 100644 (file)
@@ -63,6 +63,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (require 'wid-edit)
 
 (if (not (fboundp 'make-overlay))