diff options
author | Barry Warsaw <barry@python.org> | 2001-07-06 20:27:29 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-07-06 20:27:29 +0000 |
commit | 74cab753bb93abde0888ffadc04986411bc2bf1f (patch) | |
tree | a9defeae392b127878f7a65372664cedb6b532df /Misc/python-mode.el | |
parent | ecde4eae9914f8ea12c563bf8f55ba1008dd4283 (diff) | |
download | cpython-74cab753bb93abde0888ffadc04986411bc2bf1f.tar.gz |
(py-version): Hopefully fixed my XEmacs settings so this doesn't get
clobbered on checkin.
Diffstat (limited to 'Misc/python-mode.el')
-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 4837910564..eb37e3a9e5 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 "4.3" +(defconst py-version "$Revision$" "`python-mode' version number.") ;; This software is provided as-is, without express or implied |