Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f7e30874
Commit
f7e30874
authored
Mar 29, 2005
by
Jay Belanger
Browse files
Update copyright date.
(calc-version): Increase to 2.1 (calc-version-date): Remove.
parent
55ec6b37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/calc/calc.el
lisp/calc/calc.el
+3
-3
No files found.
lisp/calc/calc.el
View file @
f7e30874
;;; 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 <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment