File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
* [ #571 ] ( https://github.com/clojure-emacs/clojure-mode/issues/571 ) : Remove ` project.el ` integration.
13
13
* [ #574 ] ( https://github.com/clojure-emacs/clojure-mode/issues/574 ) : Remove ` clojure-view-grimoire ` command.
14
14
* Stop ` clojure-sort-ns ` from calling ` redisplay ` .
15
+ * [ #584 ] ( https://github.com/clojure-emacs/clojure-mode/issues/584 ) : Align to recent ` pcase ` changes on Emacs master
15
16
16
17
## 5.12.0 (2020-08-13)
17
18
Original file line number Diff line number Diff line change @@ -1495,7 +1495,7 @@ This function also returns nil meaning don't specify the indentation."
1495
1495
(last-sexp calculate-lisp-indent-last-sexp)
1496
1496
(containing-form-column (1- (current-column ))))
1497
1497
(pcase method
1498
- ((or (pred integerp) `(, method ))
1498
+ ((or (and ( pred integerp) method ) `(, method ))
1499
1499
(let ((pos -1 ))
1500
1500
(condition-case nil
1501
1501
(while (and (<= (point ) indent-point)
You can’t perform that action at this time.
0 commit comments