From: Thien-Thi Nguyen Date: Fri, 31 Aug 2007 01:59:20 +0000 (+0000) Subject: Require cl for compilation. X-Git-Tag: emacs-pretest-23.0.90~11185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b44dbc50ca405d93c8b4a11ede9573f23c240a2;p=emacs.git Require cl for compilation. --- 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)