]> git.eshelyaron.com Git - emacs.git/commitdiff
Require CL when compiling.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Sep 2002 20:49:44 +0000 (20:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Sep 2002 20:49:44 +0000 (20:49 +0000)
lisp/derived.el

index 87b37387285781f75fe09ffa6dcfaaad0bd37a1e..d11a58a19d5ebc66b92b235cf88223d6a1fe5aa4 100644 (file)
@@ -91,6 +91,8 @@
 \f
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 ;;; PRIVATE: defsubst must be defined before they are first used
 
 (defsubst derived-mode-hook-name (mode)