From 3b44dbc50ca405d93c8b4a11ede9573f23c240a2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 31 Aug 2007 01:59:20 +0000 Subject: [PATCH] Require cl for compilation. --- lisp/ChangeLog | 4 ++++ lisp/calculator.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13b8eab1b31..6968d3183ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-08-31 Thien-Thi Nguyen + + * calculator.el: Require cl for compilation. + 2007-08-30 Daniel Pfeiffer * outline.el (outline-font-lock-levels): Comment out unused var. diff --git a/lisp/calculator.el b/lisp/calculator.el index 6f3c2a0e593..2676bedadba 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -5,7 +5,7 @@ ;; Author: Eli Barzilay ;; Keywords: tools, convenience -;; Time-stamp: <2006-02-06 13:36:00 ttn> +;; Time-stamp: <2007-08-31 03:00:11 ttn> ;; This file is part of GNU Emacs. @@ -47,6 +47,7 @@ ;;; History: ;; I hate history. +(eval-when-compile (require 'cl)) (eval-and-compile (if (fboundp 'defgroup) nil (defmacro defgroup (&rest forms) nil) -- 2.39.2