Skip to content

Commit 51c2028

Browse files
author
Bozhidar Batsov
committed
Rename clojure-mode-font-lock-regexp-groups to clojure-font-lock-regexp-groups
1 parent d2e99eb commit 51c2028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Called by `imenu--generic-function'."
508508
;; fooBar
509509
("\\(?:\\<\\|/\\)\\([a-z]+[A-Z]+[a-zA-Z0-9$]*\\>\\)" 1 'clojure-interop-method-face)
510510
;; Highlight grouping constructs in regular expressions
511-
(clojure-mode-font-lock-regexp-groups
511+
(clojure-font-lock-regexp-groups
512512
(1 'font-lock-regexp-grouping-construct prepend))))
513513
"Default expressions to highlight in Clojure mode.")
514514

@@ -566,7 +566,7 @@ locking in def* forms that are not at top level."
566566
changed t)))))
567567
changed))
568568

569-
(defun clojure-mode-font-lock-regexp-groups (bound)
569+
(defun clojure-font-lock-regexp-groups (bound)
570570
"Highlight grouping constructs in regular expression.
571571
572572
BOUND denotes the maximum number of characters (relative to the

0 commit comments

Comments
 (0)