changeset 83794:4f498b7dbb7f

Require cl for compilation.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 31 Aug 2007 01:55:09 +0000
parents ea73bdd7ce55
children 5ebc9b06e580
files lisp/calculator.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calculator.el	Thu Aug 30 21:43:41 2007 +0000
+++ b/lisp/calculator.el	Fri Aug 31 01:55:09 2007 +0000
@@ -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)