diff --git a/jsfmt.el b/jsfmt.el index 41dbc9b..57fdffe 100644 --- a/jsfmt.el +++ b/jsfmt.el @@ -19,6 +19,9 @@ ;;; Code: +(eval-when-compile + (require 'cl)) + (defcustom jsfmt-command "jsfmt" "The 'jsfmt' command. https://rdio.github.io/jsfmt" :type 'string