diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-04-23 21:29:30 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-04-23 21:29:30 +0000 |
commit | b943a9d642c62e671cf946922dce1d1430c8e9a8 (patch) | |
tree | ad01df280b72596dbbea40248c3c56faf194cd60 /lisp | |
parent | bdfeaf613fbe8fcee1481bd7c6a0f7b40e431e7e (diff) | |
download | emacs-b943a9d642c62e671cf946922dce1d1430c8e9a8.tar.gz |
Update maintainer's address.
(calc-bug-address): Update maintainer's address.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calc/calc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 12b1dc6da02..4ca5662afdc 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -4,7 +4,7 @@ ;; 2005, 2006, 2007 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> -;; Maintainer: Jay Belanger <belanger@truman.edu> +;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> ;; Keywords: convenience, extensions ;; Version: 2.1 @@ -401,7 +401,7 @@ This is not required to be present for user-written mode annotations." :group 'calc :type '(choice (string) (sexp))) -(defvar calc-bug-address "belanger@truman.edu" +(defvar calc-bug-address "jay.p.belanger@gmail.com" "Address of the maintainer of Calc, for use by `report-calc-bug'.") (defvar calc-scan-for-dels t |