branch: elpa/logview commit 4176580a6061bd1f4a84b4c769968d0ecf84f9bb Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Require Emacs 24 at least because of `add-face-text-property' and `filter-buffer-substring-function'; use a different PPA for Emacs 24 testing. --- .travis.yml | 4 ++-- logview.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddc314d6c7..ae71940736 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: emacs-lisp before_install: - # For Emacs 24 (deprecated PPA, but used only for Emacs 24). - - sudo add-apt-repository ppa:cassou/emacs -y + # For Emacs 24. + - sudo add-apt-repository ppa:jonathonf/emacs24 -y # For Emacs 25. - sudo add-apt-repository ppa:kelleyk/emacs -y # For snapshot builds. diff --git a/logview.el b/logview.el index ea2780af9c..fa4a558c00 100644 --- a/logview.el +++ b/logview.el @@ -7,7 +7,7 @@ ;; Version: 0.8.2 ;; Keywords: files, tools ;; Homepage: https://github.com/doublep/logview -;; Package-Requires: ((emacs "24.1") (datetime "0.3")) +;; Package-Requires: ((emacs "24.4") (datetime "0.3")) ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as