Skip to content

Commit 8583c0f

Browse files
author
Bozhidar Batsov
committed
Font-lock the special form quote
1 parent 4e9ecb3 commit 8583c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Called by `imenu--generic-function'."
456456
"with-open" "with-local-vars" "binding"
457457
"gen-class" "gen-and-load-class" "gen-and-save-class"
458458
"handler-case" "handle" "var" "declare" "set!" "new"
459-
"monitor-enter" "monitor-exit") t)
459+
"monitor-enter" "monitor-exit" "quote") t)
460460
"\\>")
461461
1 font-lock-keyword-face)
462462
(,(concat

0 commit comments

Comments
 (0)