emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit c2dd14511962de2142551c5dc0246d276a149c03
parent d9c12833c92c6d0f4d4d7c8b709f48c52bf8cddb
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Mon,  2 Nov 2015 22:37:35 +0530

Declare dependency on Emacs 24.1

Diffstat:
Memojify.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -5,7 +5,7 @@ ;; Author: Iqbal Ansari <iqbalansari02@yahoo.com> ;; Keywords: multimedia, convenience ;; Version: 0.1 -;; Package-Requires: ((seq "1.12") (ht "2.0")) +;; Package-Requires: ((seq "1.12") (ht "2.0") (emacs "24.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by