From: Barry Warsaw Date: Wed, 4 Sep 1996 14:23:00 +0000 (+0000) Subject: (python-mode): typos X-Git-Tag: v1.4~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=550a02e6aef9a3e854bf0d545215985f8c8ef8ae;p=thirdparty%2FPython%2Fcpython.git (python-mode): typos --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 13634482647f..225498452a22 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -681,8 +681,8 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed" comment-start "# " comment-start-skip "# *" comment-column 40 - indent-region-function py-indent-region - indent-line-function py-indent-line + indent-region-function 'py-indent-region + indent-line-function 'py-indent-line ) (use-local-map py-mode-map) ;; add the menu