Skip to content

Commit ae48628

Browse files
committed
Remove special font-locking for some 3rd party functions
1 parent d835e4c commit ae48628

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
@@ -422,7 +422,7 @@ Called by `imenu--generic-function'."
422422
"load" "import" "unimport" "ns" "in-ns" "refer"
423423
"with-open" "with-local-vars" "binding"
424424
"with-redefs" "with-redefs-fn"
425-
"gen-class" "gen-and-load-class" "gen-and-save-class"
425+
"gen-class"
426426
"declare") t)
427427
"\\>")
428428
1 font-lock-keyword-face)

0 commit comments

Comments
 (0)