diff options
author | Barry Warsaw <barry@python.org> | 1998-04-02 19:27:18 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-04-02 19:27:18 (GMT) |
commit | 5204b4a9842fa3a5db54a60994e84a9fe0e1206c (patch) | |
tree | b449b26e7c2810a8e00f41b6234a02114c34db9b /Misc | |
parent | dc40904a3281ca976f563164c835fa6ffc47ed4a (diff) | |
download | cpython-5204b4a9842fa3a5db54a60994e84a9fe0e1206c.zip cpython-5204b4a9842fa3a5db54a60994e84a9fe0e1206c.tar.gz cpython-5204b4a9842fa3a5db54a60994e84a9fe0e1206c.tar.bz2 |
#Oops, I lost the CVS/RCS $Revision$
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index b50ce95..9aa6475 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -8,7 +8,7 @@ ;; Created: Feb 1992 ;; Keywords: python languages oop -(defconst py-version "3.51" +(defconst py-version "$Revision$" "`python-mode' version number.") ;; This software is provided as-is, without express or implied |