aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-22 20:38:09 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-22 20:41:58 -0500
commit1a0d857e7e296608bc06331760b8de00cbe2f2cd (patch)
tree092468078b1d3d1dc57ae37e93104050e52e9679
parentf6abb59d4f3b97d9519b075157f4bb19efac494b (diff)
downloadsnakemake-mode-1a0d857e7e296608bc06331760b8de00cbe2f2cd.tar.gz
snakemake-rx-constituents: Drop deprecated sm-func
This was marked as deprecated in v1.1.0, and it's unlikely that anyone ever relied on it.
-rw-r--r--snakemake-mode.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 4c26392..e87c25a 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -147,9 +147,7 @@
"touch"
"unpack"
"wildcards")
- symbol-end))
- ;; Deprecated. Use `sm-builtin' instead.
- (sm-func . sm-builtin))
+ symbol-end)))
"Snakemake-specific sexps for `snakemake-rx'.")
(defmacro snakemake-rx (&rest regexps)