changeset 19918:7b1e019be521

Require cl at compile-time.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 18:44:54 +0000
parents 834c629f9220
children 5abc38e45195
files lisp/ph.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ph.el	Sat Sep 13 09:38:27 1997 +0000
+++ b/lisp/ph.el	Sat Sep 13 18:44:54 1997 +0000
@@ -63,6 +63,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (require 'wid-edit)
 
 (if (not (fboundp 'make-overlay))