caddr => cl-caddr

This commit is contained in:
Henrik Lissner 2017-02-13 04:41:27 -05:00
parent 6f67dff8f2
commit b4e9f1312d
4 changed files with 6 additions and 5 deletions

View file

@ -3,6 +3,7 @@
(require 'dash)
(require 's)
(require 'f)
(eval-when-compile (require 'cl-lib))
(defvar __DIR__ nil "The directory of the currently loaded file (set by `@load')")
(defvar __FILE__ nil "The full path of the currently loaded file (set by `@load')")