summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-09-04 14:23:00 (GMT)
committerBarry Warsaw <barry@python.org>1996-09-04 14:23:00 (GMT)
commit550a02e6aef9a3e854bf0d545215985f8c8ef8ae (patch)
tree19a48fd9770f45b451311edde9bdc107a4ff5fe2 /Misc/python-mode.el
parent615d4a458f42aad7d8b64217855e329db18b03d6 (diff)
downloadcpython-550a02e6aef9a3e854bf0d545215985f8c8ef8ae.zip
cpython-550a02e6aef9a3e854bf0d545215985f8c8ef8ae.tar.gz
cpython-550a02e6aef9a3e854bf0d545215985f8c8ef8ae.tar.bz2
(python-mode): typos
Diffstat (limited to 'Misc/python-mode.el')
-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