summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-27 20:50:04 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-27 20:50:04 -0500
commit2cabde093482619520ad59a3ecad312b3f0da232 (patch)
tree5a9ae33facab644b080782b1cde268f6934b823f
parentf06d88506933ba58966cb8a4fc1086efeebb35ad (diff)
downloadsnakemake-mode-2cabde093482619520ad59a3ecad312b3f0da232.tar.gz
test-snakemake-mode.el: Fix edebug spec
-rw-r--r--test-snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-snakemake-mode.el b/test-snakemake-mode.el
index ca47865..3581e93 100644
--- a/test-snakemake-mode.el
+++ b/test-snakemake-mode.el
@@ -46,7 +46,7 @@ Also, mute messages."
(insert inside-text)
(goto-char (point-min))))
,@body))))
-(def-edebug-spec org-test-with-temp-text (form body))
+(def-edebug-spec snakemake-with-temp-text (form body))