From b86bbada3799a7e2ec604d1d2518c074d2bacaee Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 14 Mar 1995 15:56:35 +0000 Subject: [PATCH] #(py-indent-line): cosmetic --- Misc/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 9e49ec6cd50..194caa56164 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -603,7 +603,7 @@ needed so that only a single column position is deleted." (interactive) (let* ((ci (current-indentation)) (move-to-indentation-p (<= (current-column) ci)) - (need (py-compute-indentation)) ) + (need (py-compute-indentation))) (if (/= ci need) (save-excursion (beginning-of-line)