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 | 19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (patch) | |
| tree | bed0cf1c94346656a32aae1e6df4f5f12f67a048 | |
| parent | 4269601f5c57a16bce656efd4576c86b054a95cd (diff) | |
| download | cpython-git-19b1c6156bcb9d8c79808c718be2dac2f55c6d00.tar.gz | |
(py-version): Hopefully fixed my XEmacs settings so this doesn't get
clobbered on checkin.
| -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 |
