diff options
author | Arun Isaac | 2017-02-21 19:04:12 +0530 |
---|---|---|
committer | Arun Isaac | 2017-02-21 19:04:12 +0530 |
commit | 5675d808dcec9598c74533ec114484cfda33f8bb (patch) | |
tree | 423263e76de1866ced4470302517eb8bde92de59 | |
parent | 111432772758f7be74e7470a4b4b40e206262952 (diff) | |
download | exiftool.el-5675d808dcec9598c74533ec114484cfda33f8bb.tar.gz exiftool.el-5675d808dcec9598c74533ec114484cfda33f8bb.tar.lz exiftool.el-5675d808dcec9598c74533ec114484cfda33f8bb.zip |
Remove `subr' dependency.
* el-exiftool.el (subr): Do not require `subr'.
-rw-r--r-- | el-exiftool.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index 85458e1..bd6f6c4 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -15,7 +15,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with el-exiftool. If not, see <http://www.gnu.org/licenses/>. -(require 'subr) (require 'subr-x) (require 'cl) |