diff options
| author | Stefan Monnier | 2019-01-08 11:49:17 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2019-01-08 11:49:17 -0500 |
| commit | 875f1ae18618e250c12afcdf20a7cf7b585cbac1 (patch) | |
| tree | 3fdbce7cc9fa8325d423497cf0413cf75110e3f2 | |
| parent | 35224ac3aebd4c55a4cdccea908a62f92aaebf25 (diff) | |
| download | emacs-875f1ae18618e250c12afcdf20a7cf7b585cbac1.tar.gz emacs-875f1ae18618e250c12afcdf20a7cf7b585cbac1.zip | |
* lisp/emacs-lisp/map.el: Prepare for addition to GNU ELPA
| -rw-r--r-- | lisp/emacs-lisp/map.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index 6e2ab0f950f..7ec5b396252 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> | 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> |
| 6 | ;; Keywords: convenience, map, hash-table, alist, array | 6 | ;; Keywords: convenience, map, hash-table, alist, array |
| 7 | ;; Version: 1.2 | 7 | ;; Version: 1.2 |
| 8 | ;; Package-Requires: ((emacs "25")) | ||
| 8 | ;; Package: map | 9 | ;; Package: map |
| 9 | 10 | ||
| 10 | ;; Maintainer: emacs-devel@gnu.org | 11 | ;; Maintainer: emacs-devel@gnu.org |