emacs-emojify

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

commit a6f5543c512688a4142471508510868db7414403
parent 8b5fe5a3068679cf96a54564bfed5bd48d438283
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Thu,  5 Nov 2015 23:38:04 +0530

Declare dependency on Emacs v24.3

Diffstat:
M.travis.yml | 3---
Memojify.el | 2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -2,11 +2,8 @@ language: emacs-lisp sudo: false env: - EVM_EMACS=emacs-24.5 - - EVM_EMACS=emacs-24.5 - EVM_EMACS=emacs-24.4 - EVM_EMACS=emacs-24.3 - - EVM_EMACS=emacs-24.2 - - EVM_EMACS=emacs-24.1 cache: apt: true 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") (emacs "24.1")) +;; Package-Requires: ((seq "1.12") (ht "2.0") (emacs "24.3")) ;; 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