]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-bug-address): Changed email address to send bug reports to.
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 15 Sep 2004 16:57:57 +0000 (16:57 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 15 Sep 2004 16:57:57 +0000 (16:57 +0000)
Also changed the maintainer address at the top.

lisp/calc/calc.el

index 22dbbef2c5baa9752bf00534e7ac6902e36993bf..d3e00a7a5a1a60b194df52273cc2da446f821f48 100644 (file)
@@ -3,8 +3,7 @@
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainers: D. Goel <deego@gnufans.org>
-;;              Colin Walters <walters@debian.org>
+;; Maintainer: Jay Belanger <belanger@truman.edu>
 ;; Keywords: convenience, extensions
 ;; Version: 2.02g
 
@@ -237,7 +236,7 @@ This can safely be nil as long as the Calc files are on the load-path.")
 (defvar calc-gnuplot-print-command "lp %s"
   "*Name of command for printing GNUPLOT output; %s = file name to print.")
 
-(defvar calc-bug-address "deego@gnufans.org"
+(defvar calc-bug-address "belanger@truman.edu"
   "Address of the author of Calc, for use by `report-calc-bug'.")
 
 (defvar calc-scan-for-dels t