comparison lisp/calc/calc-fin.el @ 90789:c0409ee15cee

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 670-674) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
author Miles Bader <miles@gnu.org>
date Wed, 21 Mar 2007 13:33:07 +0000
parents 95d0cdf160ea 497d17a80bb8
children e6fdae9180d4
comparison
equal deleted inserted replaced
90788:a12805fdabe8 90789:c0409ee15cee
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 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
11 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
12 ;; but WITHOUT ANY WARRANTY. No author or distributor 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;; accepts responsibility to anyone for the consequences of using it 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;; or for whether it serves any particular purpose or works at all, 19 ;; GNU General Public License for more details.
15 ;; unless he says so in writing. Refer to the GNU Emacs General Public 20
16 ;; License for full details. 21 ;; You should have received a copy of the GNU General Public License
17 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
18 ;; Everyone is granted permission to copy, modify and redistribute 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 ;; GNU Emacs, but only under the conditions described in the 24 ;; Boston, MA 02110-1301, USA.
20 ;; GNU Emacs General Public License. A copy of this license is
21 ;; supposed to have been given to you along with GNU Emacs so you
22 ;; can know your rights and responsibilities. It should be in a
23 ;; file named COPYING. Among other things, the copyright notice
24 ;; and this notice must be preserved on all copies.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29