Move the package metadata to avy.el

Depend on Emacs 24.1 as well.
This commit is contained in:
Oleh Krehel 2015-05-08 22:29:38 +02:00
parent 6ff26f5377
commit a55858540b
2 changed files with 5 additions and 4 deletions

View File

@ -3,9 +3,6 @@
;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Copyright (C) 2015 Free Software Foundation, Inc.
;; Author: Oleh Krehel ;; Author: Oleh Krehel
;; URL: https://github.com/abo-abo/avy-jump
;; Version: 0.1.0
;; Keywords: point, location
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

6
avy.el
View File

@ -2,7 +2,11 @@
;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Copyright (C) 2015 Free Software Foundation, Inc.
;; Author: Oleh Krehel ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/avy
;; Version: 0.1.0
;; Package-Requires: ((emacs "24.1"))
;; Keywords: point, location
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.