Fix wrong-number-of-args from +markdown/insert-del
This commit is contained in:
parent
eb3c569e1d
commit
da9c4802eb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
(let ((delim "~~"))
|
(let ((delim "~~"))
|
||||||
(if (markdown-use-region-p)
|
(if (markdown-use-region-p)
|
||||||
;; Active region
|
;; Active region
|
||||||
(cl-destructuring-bind (beg end)
|
(cl-destructuring-bind (beg . end)
|
||||||
(markdown-unwrap-things-in-region
|
(markdown-unwrap-things-in-region
|
||||||
(region-beginning) (region-end)
|
(region-beginning) (region-end)
|
||||||
+markdown--regex-del 2 4)
|
+markdown--regex-del 2 4)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue