fix: require cl-lib instead of cl

This commit is contained in:
Joao Tavora 2013-10-18 14:40:37 +01:00
parent c5276642b8
commit ccf3579344

View File

@ -23,7 +23,7 @@
;;; Code:
(eval-when-compile (require 'cl))
(require 'cl-lib)
;;; the define-snippet macro and its helpers