Require cl when compiling.
authorDave Love <fx@gnu.org>
Thu, 26 Oct 2000 16:49:12 +0000 (16:49 +0000)
committerDave Love <fx@gnu.org>
Thu, 26 Oct 2000 16:49:12 +0000 (16:49 +0000)
lisp/flow-fill.el

index 4abbdc6..80e122a 100644 (file)
@@ -45,6 +45,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (eval-and-compile
   (defalias 'fill-flowed-point-at-bol
        (if (fboundp 'point-at-bol)