aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2017-03-01 10:50:36 +0530
committerArun Isaac2017-03-01 10:50:36 +0530
commit0f80398020b5e47ae88e7a544f8cb8f255ae2af7 (patch)
treeefba0507af39ca47568a2df191a2910907d45a0a
parentceca4d7650580aa52712365c6f5bf66ddc931a6f (diff)
downloadexiftool.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.el2
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)