# HG changeset patch # User Jay Belanger # Date 1112112949 0 # Node ID e1aa8774d8a03d246bd47e8ed08712bf807059f0 # Parent 27c2765e06c822818bd7888c32248235c8484f30 Update copyright date. (calc-version): Increase to 2.1 (calc-version-date): Remove. diff -r 27c2765e06c8 -r e1aa8774d8a0 lisp/calc/calc.el --- a/lisp/calc/calc.el Tue Mar 29 15:30:39 2005 +0000 +++ b/lisp/calc/calc.el Tue Mar 29 16:15:49 2005 +0000 @@ -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 @@ (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.