File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ Called by `imenu--generic-function'."
508
508
; ; fooBar
509
509
(" \\ (?:\\ <\\ |/\\ )\\ ([a-z]+[A-Z]+[a-zA-Z0-9$]*\\ >\\ )" 1 'clojure-interop-method-face )
510
510
; ; Highlight grouping constructs in regular expressions
511
- (clojure-mode- font-lock-regexp-groups
511
+ (clojure-font-lock-regexp-groups
512
512
(1 'font-lock-regexp-grouping-construct prepend))))
513
513
" Default expressions to highlight in Clojure mode." )
514
514
@@ -566,7 +566,7 @@ locking in def* forms that are not at top level."
566
566
changed t )))))
567
567
changed))
568
568
569
- (defun clojure-mode- font-lock-regexp-groups (bound )
569
+ (defun clojure-font-lock-regexp-groups (bound )
570
570
" Highlight grouping constructs in regular expression.
571
571
572
572
BOUND denotes the maximum number of characters (relative to the
You can’t perform that action at this time.
0 commit comments