# HG changeset patch # User Thien-Thi Nguyen # Date 1188525309 0 # Node ID 4f498b7dbb7fb1ba3b6e0de630a7e2480332dc6b # Parent ea73bdd7ce5548cb816bd64895fee741a479595f Require cl for compilation. diff -r ea73bdd7ce55 -r 4f498b7dbb7f lisp/calculator.el --- 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 ;; 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)