]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cl for compilation.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 31 Aug 2007 01:59:20 +0000 (01:59 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 31 Aug 2007 01:59:20 +0000 (01:59 +0000)
lisp/ChangeLog
lisp/calculator.el

index 13b8eab1b314a3fe50219fd6570cf2adf02b8da9..6968d3183eeb304f5f5511e9ddeb52fc06e58753 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * calculator.el: Require cl for compilation.
+
 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
 
        * outline.el (outline-font-lock-levels): Comment out unused var.
index 6f3c2a0e5937c0cc2beb93bda8fe54cdf4d8e482..2676bedadba5403bd99b0a098f69f0c90c50a46a 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: Eli Barzilay <eli@barzilay.org>
 ;; 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)