Emacs factor: Oops, fix previous commit.
parent
858f848441
commit
2810b9ac0f
|
@ -352,7 +352,7 @@ buffer."
|
|||
(condition-case nil
|
||||
(progn (forward-sexp)
|
||||
(1- (point)))
|
||||
(error -1)))))
|
||||
(error -1))))
|
||||
|
||||
(defsubst factor--indentation-at (pos)
|
||||
(save-excursion (goto-char pos) (current-indentation)))
|
||||
|
|
Loading…
Reference in New Issue