comparison lisp/calc/calc.el @ 77464:e62817ef9d31

Update maintainer's address. (calc-bug-address): Update maintainer's address.
author Jay Belanger <jay.p.belanger@gmail.com>
date Mon, 23 Apr 2007 21:29:30 +0000
parents 429f941a58b7
children 095d08e7d6bb e51a63a95590 e6fdae9180d4
comparison
equal deleted inserted replaced
77463:f406d64875a5 77464:e62817ef9d31
2 2
3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2005, 2006, 2007 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 <jay.p.belanger@gmail.com>
8 ;; Keywords: convenience, extensions 8 ;; Keywords: convenience, extensions
9 ;; Version: 2.1 9 ;; Version: 2.1
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
399 "lp %s" 399 "lp %s"
400 "*Name of command for printing GNUPLOT output; %s = file name to print." 400 "*Name of command for printing GNUPLOT output; %s = file name to print."
401 :group 'calc 401 :group 'calc
402 :type '(choice (string) (sexp))) 402 :type '(choice (string) (sexp)))
403 403
404 (defvar calc-bug-address "belanger@truman.edu" 404 (defvar calc-bug-address "jay.p.belanger@gmail.com"
405 "Address of the maintainer of Calc, for use by `report-calc-bug'.") 405 "Address of the maintainer of Calc, for use by `report-calc-bug'.")
406 406
407 (defvar calc-scan-for-dels t 407 (defvar calc-scan-for-dels t
408 "If t, scan keymaps to find all DEL-like keys. 408 "If t, scan keymaps to find all DEL-like keys.
409 if nil, only DEL itself is mapped to calc-pop.") 409 if nil, only DEL itself is mapped to calc-pop.")