Skip to content

Commit

Permalink
Require Emacs 24.3 for the builtin cl-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchunyang committed May 20, 2019
1 parent 1d48dd6 commit b5bffe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,6 @@ addons:
packages:
- texinfo
env:
- EMACS_VERSION=24.1-travis
- EMACS_VERSION=24.2-travis
- EMACS_VERSION=24.3-travis
- EMACS_VERSION=24.4-travis
- EMACS_VERSION=24.5-travis
Expand Down
5 changes: 3 additions & 2 deletions lolcat.el
Expand Up @@ -4,7 +4,8 @@

;; Author: Xu Chunyang <mail@xuchunyang.me>
;; Homepage: https://github.com/xuchunyang/lolcat.el
;; Package-Requires: ((emacs "24.1"))
;; Package-Requires: ((emacs "24.3"))
;; Version: 0

;; 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
Expand All @@ -26,7 +27,7 @@
;;; Code:

(eval-when-compile
(require 'cl-lib))
(require 'cl-lib)) ; Emacs 24.3

(defun lolcat--color (freq i)
(format "#%02x%02x%02x"
Expand Down

0 comments on commit b5bffe6

Please sign in to comment.