From adbbe690f670c49862d255367f5b5d03881037ed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 18:44:54 +0000 Subject: [PATCH] Require cl at compile-time. --- lisp/ph.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.39.5