diff options
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)) |