File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ This includes the arglist and ns and symbol name (if available)."
455
455
(equal name-or-member " q" ))
456
456
(let ((arglists (cider-plist-get eldoc-plist " arglists" )))
457
457
(cider-plist-put eldoc-plist " arglists"
458
- (cider--eldoc-add-datomic-query-inputs-to-arglists arglists))))
458
+ (cider--eldoc-add-datomic-query-inputs-to-arglists arglists))))
459
459
; ; if none of the clauses is successful, do cache the eldoc
460
460
(t (setq cider-eldoc-last-symbol (list thing eldoc-plist))))
461
461
; ; middleware eldoc lookups are expensive, so we
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ raw strings, not alphanumerics).
432
432
[1] https://www.bittorrent.org/beps/bep_0003.html#bencoding"
433
433
(let* ((sorted-keys (sort (nrepl-dict-keys dict)
434
434
(lambda (a b )
435
- (string< a b))))
435
+ (string< a b))))
436
436
(sorted-dict (nrepl-dict)))
437
437
(dolist (k sorted-keys sorted-dict)
438
438
(nrepl-dict-put sorted-dict
@@ -1325,7 +1325,7 @@ described by `nrepl-message-buffer-name-template'."
1325
1325
; ; the time-stamps are quite useful for debugging
1326
1326
(setq msg (cons (car msg)
1327
1327
(cider-plist-put (cdr msg) " time-stamp"
1328
- (format-time-string " %Y-%m-%0d %H:%M:%S.%N" ))))
1328
+ (format-time-string " %Y-%m-%0d %H:%M:%S.%N" ))))
1329
1329
(with-current-buffer (nrepl-messages-buffer (current-buffer ))
1330
1330
(setq buffer-read-only nil )
1331
1331
(when (> (buffer-size ) nrepl-message-buffer-max-size)
You can’t perform that action at this time.
0 commit comments