We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nil
pcase
1 parent 35be94f commit ba66d22Copy full SHA for ba66d22
nrepl-client.el
@@ -743,7 +743,7 @@ MSG is a string to be displayed. TYPE is the type of the message. All
743
notifications are currently displayed with `message' function and emitted
744
to the REPL."
745
(let* ((face (pcase type
746
- ((or "message" 'nil) 'font-lock-builtin-face)
+ ((or "message" `nil) 'font-lock-builtin-face)
747
("warning" 'warning)
748
("error" 'error)))
749
(msg (if face
0 commit comments