branch: externals/pulsar commit e4af31b85aa91d41d4d7f70eca42f954815c2d82 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Untabify the buffer --- pulsar.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pulsar.el b/pulsar.el index 319379ebc0..1ad40ce821 100644 --- a/pulsar.el +++ b/pulsar.el @@ -340,9 +340,9 @@ background attribute." (save-excursion (goto-char (line-beginning-position)) (and (not (bobp)) - (or (beginning-of-line 1) t) - (save-match-data - (looking-at "^[\s\t]+"))))) + (or (beginning-of-line 1) t) + (save-match-data + (looking-at "^[\s\t]+"))))) (defun pulsar--buffer-end-p () "Return non-nil if point is at the end of the buffer."