From 5c8bef1888076e5f15ba4f637dd86946edc04d53 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 17 Dec 1996 21:56:10 +0000 Subject: (python-mode): added comment-end definitions. --- Misc/python-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 846c9ab..545d893 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -682,6 +682,7 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed" (make-local-variable 'paragraph-start) (make-local-variable 'require-final-newline) (make-local-variable 'comment-start) + (make-local-variable 'comment-end) (make-local-variable 'comment-start-skip) (make-local-variable 'comment-column) (make-local-variable 'indent-region-function) @@ -697,6 +698,7 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed" paragraph-start "^[ \t]*$" require-final-newline t comment-start "# " + comment-end "" comment-start-skip "# *" comment-column 40 indent-region-function 'py-indent-region -- cgit v0.12