[Python-checkins] python/dist/src/Misc python-mode.el,4.35,4.36

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 30 Jul 2003 21:59:50 -0700


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

Modified Files:
	python-mode.el 
Log Message:
tweak to py-fill-paragraph - problem noted by John Lee and correction
submitted by Bernard Herzog.  Closes patch 779830.


Index: python-mode.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python-mode.el,v
retrieving revision 4.35
retrieving revision 4.36
diff -C2 -d -r4.35 -r4.36
*** python-mode.el	17 Jun 2003 19:18:57 -0000	4.35
--- python-mode.el	31 Jul 2003 04:59:48 -0000	4.36
***************
*** 3715,3719 ****
       ;; are we inside a string?
       ((nth 3 pps)
!       (py-fill-string (nth 2 pps)))
       ;; otherwise use the default
       (t
--- 3715,3719 ----
       ;; are we inside a string?
       ((nth 3 pps)
!       (py-fill-string (nth 8 pps)))
       ;; otherwise use the default
       (t