diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-02-27 20:50:04 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-02-27 20:50:04 -0500 |
commit | 2cabde093482619520ad59a3ecad312b3f0da232 (patch) | |
tree | 5a9ae33facab644b080782b1cde268f6934b823f /test-snakemake-mode.el | |
parent | f06d88506933ba58966cb8a4fc1086efeebb35ad (diff) | |
download | snakemake-mode-2cabde093482619520ad59a3ecad312b3f0da232.tar.gz |
test-snakemake-mode.el: Fix edebug spec
Diffstat (limited to 'test-snakemake-mode.el')
-rw-r--r-- | test-snakemake-mode.el | 2 |
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)) |