From: Jay Belanger Date: Tue, 29 Mar 2005 16:15:49 +0000 (+0000) Subject: Update copyright date. X-Git-Tag: ttn-vms-21-2-B4~1394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7e30874fe62dbe37106827aeeb8965538e6c39b;p=emacs.git Update copyright date. (calc-version): Increase to 2.1 (calc-version-date): Remove. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 24336ad9333..639b6f31a68 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1,6 +1,7 @@ ;;; calc.el --- the GNU Emacs calculator -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: David Gillespie ;; Maintainer: Jay Belanger @@ -656,8 +657,7 @@ If nil, selections displayed but ignored.") (put 'math-underflow 'error-conditions '(error math-underflow calc-error)) (put 'math-underflow 'error-message "Floating-point underflow occurred") -(defconst calc-version "2.02g") -(defconst calc-version-date "Mon Nov 19 2001") +(defconst calc-version "2.1") (defvar calc-trail-pointer nil) ; "Current" entry in trail buffer. (defvar calc-trail-overlay nil) ; Value of overlay-arrow-string. (defvar calc-undo-list nil) ; List of previous operations for undo.