summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index a8b3b0a..c6fb3fe 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -186,8 +186,8 @@ Inside rule blocks (or on a blank line directly below),
(save-excursion
(forward-line -1)
(beginning-of-line)
- (when (re-search-forward "^[ \t]+run:" (point-at-eol) t)
- t)))
+ (and (re-search-forward "^[ \t]+run:" (point-at-eol) t)
+ t)))
(defun snakemake-run-field-line-p ()
"Point is on any line below a run field key.