mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix wrong-number-of-args from +markdown/insert-del
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user