[Python-checkins] CVS: python/dist/src/Misc python-mode.el,4.4,4.5

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 06 Jul 2001 13:27:31 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25634

Modified Files:
	python-mode.el 
Log Message:
(py-version): Hopefully fixed my XEmacs settings so this doesn't get
clobbered on checkin.


Index: python-mode.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python-mode.el,v
retrieving revision 4.4
retrieving revision 4.5
diff -C2 -r4.4 -r4.5
*** python-mode.el	2001/07/06 20:07:13	4.4
--- python-mode.el	2001/07/06 20:27:29	4.5
***************
*** 9,13 ****
  ;; Keywords:   python languages oop
  
! (defconst py-version "4.3"
    "`python-mode' version number.")
  
--- 9,13 ----
  ;; Keywords:   python languages oop
  
! (defconst py-version "$Revision$"
    "`python-mode' version number.")