File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ ## 1.0.4 (2021-09-30)
4
+
5
+ - Drop use of (map-merge 'alist) for older Emacsen
6
+
3
7
## 1.0.3 (2021-09-29)
4
8
5
9
- Follow upstream parseclj versioning
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: Arne Brasseur <[email protected] >
6
6
; ; Keywords: lisp clojure edn parser
7
- ; ; Package-Requires: ((emacs "25") (parseclj "1.0.3 ") (map "2"))
8
- ; ; Version: 1.0.3
7
+ ; ; Package-Requires: ((emacs "25") (parseclj "1.0.4 ") (map "2"))
8
+ ; ; Version: 1.0.4
9
9
10
10
; ; This file is not part of GNU Emacs.
11
11
@@ -84,7 +84,7 @@ CHILDREN is a collection elisp values to be reduced into an elisp
84
84
sequence.
85
85
OPTIONS is an association list. See `parseclj-parse' for more information
86
86
on available options."
87
- (let ((tag-readers (map-merge ' alist parseedn-default-tag-readers (alist-get :tag-readers options)))
87
+ (let ((tag-readers (parseclj- alist-merge parseedn-default-tag-readers (alist-get :tag-readers options)))
88
88
(token-type (parseclj-lex-token-type opening-token)))
89
89
(if (eq token-type :discard )
90
90
stack
You can’t perform that action at this time.
0 commit comments