From: Richard M. Stallman Date: Sat, 13 Sep 1997 18:44:54 +0000 (+0000) Subject: Require cl at compile-time. X-Git-Tag: emacs-20.1~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adbbe690f670c49862d255367f5b5d03881037ed;p=emacs.git Require cl at compile-time. --- 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))