/[emacs]/emacs/lisp/calc/calc.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by walters, Mon Nov 19 07:43:05 2001 UTC revision 1.6 by walters, Mon Nov 19 20:00:00 2001 UTC
# Line 1  Line 1 
1  ;;; calc.el ---  ;;; calc.el --- the GNU Emacs calculator
2    
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
6  ;; Maintainer: Colin Walters <walters@debian.org>  ;; Maintainer: Colin Walters <walters@debian.org>
7  ;; Keywords: convenience, extensions  ;; Keywords: convenience, extensions
8    ;; Version: 2.02g
9    
10  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
11    
# Line 676  This can safely be nil as long as the Ca Line 677  This can safely be nil as long as the Ca
677    (put 'math-underflow 'error-conditions '(error math-underflow calc-error))    (put 'math-underflow 'error-conditions '(error math-underflow calc-error))
678    (put 'math-underflow 'error-message "Floating-point underflow occurred")    (put 'math-underflow 'error-message "Floating-point underflow occurred")
679        
680    (setq calc-version "2.02f"    (setq calc-version "2.02g"
681          calc-version-date "Sun Dec 15 1996"          calc-version-date "Mon Nov 19 2001"
682          calc-trail-pointer nil          ; "Current" entry in trail buffer.          calc-trail-pointer nil          ; "Current" entry in trail buffer.
683          calc-trail-overlay nil          ; Value of overlay-arrow-string.          calc-trail-overlay nil          ; Value of overlay-arrow-string.
684          calc-was-split nil              ; Had multiple windows before Calc.          calc-was-split nil              ; Had multiple windows before Calc.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26