comparison lisp/calculator.el @ 35314:9199190adb77

Fix author's e-mail.
author Dave Love <fx@gnu.org>
date Mon, 15 Jan 2001 17:44:14 +0000
parents 668b2bcf528a
children b174db545cfd
comparison
equal deleted inserted replaced
35313:da74bf6b4fd5 35314:9199190adb77
1 ;;; calculator.el --- A [not so] simple calculator for Emacs. 1 ;;; calculator.el --- A [not so] simple calculator for Emacs.
2 2
3 ;; Copyright (C) 1998, 2000 by Free Software Foundation, Inc. 3 ;; Copyright (C) 1998, 2000 by Free Software Foundation, Inc.
4 4
5 ;; Author: Eli Barzilay <eli@www.barzilay.org> 5 ;; Author: Eli Barzilay <eli@barzilay.org>
6 ;; Keywords: tools, convenience 6 ;; Keywords: tools, convenience
7 ;; Time-stamp: <2000-11-19 20:59:59 eli> 7 ;; Time-stamp: <2000-11-19 20:59:59 eli>
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10