diff options
author | Barry Warsaw <barry@python.org> | 1995-07-05 23:26:15 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1995-07-05 23:26:15 (GMT) |
commit | fec75d66a77e2fd334aaad10b1608a848d2a09cc (patch) | |
tree | 59d4393a4a041deeaa6eca29912dec423f295500 /Misc/python-mode.el | |
parent | 4dba7e2b675620aafac1093e992d7c49d15ee9e1 (diff) | |
download | cpython-fec75d66a77e2fd334aaad10b1608a848d2a09cc.zip cpython-fec75d66a77e2fd334aaad10b1608a848d2a09cc.tar.gz cpython-fec75d66a77e2fd334aaad10b1608a848d2a09cc.tar.bz2 |
#changed all email address to go through python.org
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r-- | Misc/python-mode.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index ea6c1ef..2ec8f95 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -2,9 +2,9 @@ ;; Copyright (C) 1992,1993,1994 Tim Peters -;; Author: 1995 Barry A. Warsaw <bwarsaw@cnri.reston.va.us> -;; 1992-1994 Tim Peters <tim@ksr.com> -;; Maintainer: bwarsaw@cnri.reston.va.us +;; Author: 1995 Barry A. Warsaw +;; 1992-1994 Tim Peters +;; Maintainer: python-mode@python.org ;; Created: Feb 1992 ;; Version: $Revision$ ;; Last Modified: $Date$ @@ -68,7 +68,7 @@ ;; patches. ;; LCD Archive Entry: -;; python-mode|Barry A. Warsaw|bwarsaw@cnri.reston.va.us +;; python-mode|Barry A. Warsaw|python-mode@python.org ;; |Major mode for editing Python programs ;; |$Date$|$Revision$| @@ -1966,7 +1966,7 @@ local bindings to py-newline-and-indent.")) (defconst py-version "$Revision$" "`python-mode' version number.") -(defconst py-help-address "bwarsaw@cnri.reston.va.us" +(defconst py-help-address "python-mode@python.org" "Address accepting submission of bug reports.") (defun py-version () |