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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Tue, 19 Jan 1999 08:26:59 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Misc
In directory anthem:/projects/python/develop/bwarsaw/src/Misc

Modified Files:
	python-mode.el 
Log Message:
(py-mode-map): Removed special bindings for C-m and C-j to
py-newline-and-indent.  These ought to get picked up by the mapcar
that follows; any existing binding to newline-and-indent gets shadowed 
to py-newline-and-indent.

This will break some people who, e.g. bind C-m or C-j to newline but
still want these bound to py-newline-and-indent in Python mode.  On
the other hand, the forced binding pisses off Emacs diehards.  So
consider this experimental and see if any tall Dutch guys complain :-)