File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ object is a root list or dict."
493
493
; ; else, throw a quiet error
494
494
(t
495
495
(message " Invalid bencode message detected. See %s buffer. "
496
- nrepl-message-buffer-name)
496
+ nrepl-message-buffer-name-template )
497
497
(nrepl-log-message
498
498
(format " Decoder error at position %d (`%s' ): "
499
499
(point ) (buffer-substring (point ) (min (+ (point ) 10 ) (point-max )))))
@@ -1140,7 +1140,7 @@ the port, and the client buffer."
1140
1140
; ;; Messages
1141
1141
1142
1142
(defcustom nrepl-log-messages t
1143
- " If non-nil, log protocol messages to the `nrepl-message-buffer-name' buffer."
1143
+ " If non-nil, log protocol messages to the `nrepl-message-buffer-name-template ' buffer."
1144
1144
:type 'boolean
1145
1145
:group 'nrepl )
1146
1146
@@ -1184,7 +1184,7 @@ operations.")
1184
1184
(`response (cons '<- (cdr msg)))))
1185
1185
1186
1186
(defun nrepl-log-message (msg type )
1187
- " Log the given MSG to the buffer given by `nrepl-message-buffer-name' .
1187
+ " Log the given MSG to the buffer given by `nrepl-message-buffer-name-template ' .
1188
1188
1189
1189
TYPE is either request or response."
1190
1190
(when nrepl-log-messages
You can’t perform that action at this time.
0 commit comments