mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
fix: don't need this function anymore
This commit is contained in:
parent
4ece494427
commit
782c57985b
@ -50,13 +50,6 @@
|
|||||||
|
|
||||||
(defvar snippet--form-mirror-sym-idx nil)
|
(defvar snippet--form-mirror-sym-idx nil)
|
||||||
|
|
||||||
(defun snippet--function-p (form)
|
|
||||||
(or (functionp form)
|
|
||||||
(and (eq 'function (car form))
|
|
||||||
(fboundp (cl-second form)))
|
|
||||||
(and (eq 'quote (car form))
|
|
||||||
(fboundp (cl-second form)))))
|
|
||||||
|
|
||||||
(defun snippet--canonicalize-form (form)
|
(defun snippet--canonicalize-form (form)
|
||||||
(pcase form
|
(pcase form
|
||||||
((or `&field `(&field))
|
((or `&field `(&field))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user