#(py-electric-colon): updated comment
This commit is contained in:
parent
a6a714eb3b
commit
d865bc5984
|
@ -436,11 +436,11 @@ argument is provided, that many colons are inserted non-electrically."
|
||||||
(py-compute-indentation)))
|
(py-compute-indentation)))
|
||||||
)
|
)
|
||||||
(setq outdent py-indent-offset))
|
(setq outdent py-indent-offset))
|
||||||
;; electric colon won't re-indent lines that start to the left
|
;; Don't indent, only outdent. This assumes that any lines that
|
||||||
;; of the current computed indentation, under the assumption
|
;; are already outdented relative to py-compute-indentation were
|
||||||
;; that these are already outdented properly. Use TAB, C-c C-l
|
;; put there on purpose. Its highly annoying to have `:' indent
|
||||||
;; or C-c C-r to adjust. TBD: Is there a better way to
|
;; for you. Use TAB, C-c C-l or C-c C-r to adjust. TBD: Is
|
||||||
;; determine this???
|
;; there a better way to determine this???
|
||||||
(if (< (current-indentation) indent) nil
|
(if (< (current-indentation) indent) nil
|
||||||
(goto-char here)
|
(goto-char here)
|
||||||
(beginning-of-line)
|
(beginning-of-line)
|
||||||
|
|
Loading…
Reference in New Issue