diff options
| author | Mark Oteiza | 2017-01-31 19:46:28 -0500 |
|---|---|---|
| committer | Mark Oteiza | 2017-01-31 19:47:53 -0500 |
| commit | 12da2a5beafc4595fe4dd922431ba9f013b84830 (patch) | |
| tree | 964f660789e39691b777f954317f5e402f2282ef | |
| parent | 5af51bd4451ae6d00ab878a7cfc6782280a81c84 (diff) | |
| download | emacs-12da2a5beafc4595fe4dd922431ba9f013b84830.tar.gz emacs-12da2a5beafc4595fe4dd922431ba9f013b84830.zip | |
; Bump let-alist
* lisp/emacs-lisp/let-alist.el: Bump micro version (bug#24641).
| -rw-r--r-- | lisp/emacs-lisp/let-alist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/let-alist.el b/lisp/emacs-lisp/let-alist.el index a45fc0a05c3..cf82fe3ec63 100644 --- a/lisp/emacs-lisp/let-alist.el +++ b/lisp/emacs-lisp/let-alist.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <emacs@endlessparentheses.com> | 5 | ;; Author: Artur Malabarba <emacs@endlessparentheses.com> |
| 6 | ;; Package-Requires: ((emacs "24.1")) | 6 | ;; Package-Requires: ((emacs "24.1")) |
| 7 | ;; Version: 1.0.4 | 7 | ;; Version: 1.0.5 |
| 8 | ;; Keywords: extensions lisp | 8 | ;; Keywords: extensions lisp |
| 9 | ;; Prefix: let-alist | 9 | ;; Prefix: let-alist |
| 10 | ;; Separator: - | 10 | ;; Separator: - |