mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-16 06:23:04 +00:00
fix: require cl-lib instead of cl
This commit is contained in:
parent
c5276642b8
commit
ccf3579344
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile (require 'cl))
|
(require 'cl-lib)
|
||||||
|
|
||||||
|
|
||||||
;;; the define-snippet macro and its helpers
|
;;; the define-snippet macro and its helpers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user