Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fec75d6

Browse files
committed
#changed all email address to go through python.org
1 parent 4dba7e2 commit fec75d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Misc/python-mode.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
;; Copyright (C) 1992,1993,1994 Tim Peters
44

5-
;; Author: 1995 Barry A. Warsaw <[email protected]>
6-
;; 1992-1994 Tim Peters <[email protected]>
7-
;; Maintainer: [email protected]
5+
;; Author: 1995 Barry A. Warsaw
6+
;; 1992-1994 Tim Peters
7+
;; Maintainer: [email protected]
88
;; Created: Feb 1992
99
;; Version: $Revision$
1010
;; Last Modified: $Date$
@@ -68,7 +68,7 @@
6868
;; patches.
6969

7070
;; LCD Archive Entry:
71-
;; python-mode|Barry A. Warsaw|[email protected]
71+
;; python-mode|Barry A. Warsaw|[email protected]
7272
;; |Major mode for editing Python programs
7373
;; |$Date$|$Revision$|
7474

@@ -1966,7 +1966,7 @@ local bindings to py-newline-and-indent."))
19661966

19671967
(defconst py-version "$Revision$"
19681968
"`python-mode' version number.")
1969-
(defconst py-help-address "[email protected]"
1969+
(defconst py-help-address "[email protected]"
19701970
"Address accepting submission of bug reports.")
19711971

19721972
(defun py-version ()

0 commit comments

Comments
 (0)