diff options
author | Arun Isaac | 2017-03-01 10:50:36 +0530 |
---|---|---|
committer | Arun Isaac | 2017-03-01 10:50:36 +0530 |
commit | 0f80398020b5e47ae88e7a544f8cb8f255ae2af7 (patch) | |
tree | efba0507af39ca47568a2df191a2910907d45a0a | |
parent | ceca4d7650580aa52712365c6f5bf66ddc931a6f (diff) | |
download | exiftool.el-0f80398020b5e47ae88e7a544f8cb8f255ae2af7.tar.gz exiftool.el-0f80398020b5e47ae88e7a544f8cb8f255ae2af7.tar.lz exiftool.el-0f80398020b5e47ae88e7a544f8cb8f255ae2af7.zip |
Require `cl-lib' instead of `cl-macs'.
* el-exiftool.el: Require `cl-lib' instead of `cl-macs'.
-rw-r--r-- | el-exiftool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index 1879473..33a91e5 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -38,7 +38,7 @@ ;;; Code: -(require 'cl-macs) +(require 'cl-lib) (require 'subr-x) (require 'tq) |