summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-09 21:25:06 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-09 21:27:49 -0500
commit0ad1db40d996e9ab15b01cbbaf971d508556a4bc (patch)
treec3144494541b8d93ff2926f3e04f90b323bbd7b9 /snakemake-mode.el
parent0f1857cacfcc36c3641d63c72a38224661d3b9a6 (diff)
downloadsnakemake-mode-0ad1db40d996e9ab15b01cbbaf971d508556a4bc.tar.gz
imenu: Use same order as buffer
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 7b55e5c..374198a 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -370,7 +370,7 @@ label."
(save-excursion (beginning-of-line)
(point-marker)))
index))
- index))
+ (nreverse index)))
;;; Mode