Skip to content

Commit 4a5f011

Browse files
syohexbbatsov
authored andcommitted
Replace obsoleted function
1 parent 0b03238 commit 4a5f011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ ENDP and DELIM."
475475
(if (member delim clojure-omit-space-between-tag-and-delimiters)
476476
"\\_<\\(?:'+\\|#.*\\)"
477477
"\\_<\\(?:'+\\|#\\)")
478-
(point-at-bol)))))
478+
(line-beginning-position)))))
479479

480480
(defconst clojure--collection-tag-regexp "#\\(::[a-zA-Z0-9._-]*\\|:?\\([a-zA-Z0-9._-]+/\\)?[a-zA-Z0-9._-]+\\)"
481481
"Collection reader macro tag regexp.

0 commit comments

Comments
 (0)