summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 1363448..2254984 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