From 550a02e6aef9a3e854bf0d545215985f8c8ef8ae Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 4 Sep 1996 14:23:00 +0000 Subject: [PATCH] (python-mode): typos --- Misc/python-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 13634482647..225498452a2 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