Mercurial > emacs
comparison lisp/calc/calc.el @ 90203:187d6a1f84f7
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 485-492)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 92-94)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 22 Jul 2005 08:27:27 +0000 |
parents | fbb2bea03df9 1db49616ce05 |
children | 5e2d3828e89f |
comparison
equal
deleted
inserted
replaced
90202:7597b4a23c3b | 90203:187d6a1f84f7 |
---|---|
1 ;;; calc.el --- the GNU Emacs calculator | 1 ;;; calc.el --- the GNU Emacs calculator |
2 | 2 |
3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2005 | 3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
4 ;; Free Software Foundation, Inc. | 4 ;; 2005 Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: David Gillespie <daveg@synaptics.com> | 6 ;; Author: David Gillespie <daveg@synaptics.com> |
7 ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 ;; Maintainer: Jay Belanger <belanger@truman.edu> |
8 ;; Keywords: convenience, extensions | 8 ;; Keywords: convenience, extensions |
9 ;; Version: 2.02g | 9 ;; Version: 2.1 |
10 | 10 |
11 ;; This file is part of GNU Emacs. | 11 ;; This file is part of GNU Emacs. |
12 | 12 |
13 ;; GNU Emacs is distributed in the hope that it will be useful, | 13 ;; GNU Emacs is distributed in the hope that it will be useful, |
14 ;; but WITHOUT ANY WARRANTY. No author or distributor | 14 ;; but WITHOUT ANY WARRANTY. No author or distributor |