diff --git a/yasnippet.el b/yasnippet.el index 5136fe9..8796e6a 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1083,7 +1083,7 @@ Has the following fields: (maphash #'(lambda (k v) (let ((template (gethash name v))) (when (and template - (eq uuid (yas--template-uuid template))) + (equal uuid (yas--template-uuid template))) (remhash name v) (when (zerop (hash-table-count v)) (push k empty-keys)))))