Replace deprecated pcase syntax

This commit is contained in:
TEC 2020-10-11 13:05:47 +08:00
parent 1e8af34ef5
commit 1bd190c6ab

View file

@ -4609,7 +4609,7 @@ Return nil otherwise."
("#+header:"
(search-forward "#+begin_src")
(+yas/org-src-lang))
(t nil))))
(_ nil))))
(defun +yas/org-most-common-no-property-lang ()
"Find the lang with the most source blocks that has no global header-args, else nil."