File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -542,16 +542,6 @@ ENDP and DELIM."
542542 " \\ _<\\ (?:'+\\ |#\\ )" )
543543 (line-beginning-position )))))
544544
545- (defconst clojure--collection-tag-regexp " #\\ (::[a-zA-Z0-9._-]*\\ |:?\\ ([a-zA-Z0-9._-]+/\\ )?[a-zA-Z0-9._-]+\\ )"
546- " Collection reader macro tag regexp.
547- It is intended to check for allowed strings that can come before a
548- collection literal (e.g. '[]' or '{}'), as reader macro tags.
549- This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw
550- val} as of Clojure 1.9." )
551-
552- (make-obsolete-variable 'clojure--collection-tag-regexp nil " 5.12.0" )
553- (make-obsolete 'clojure-no-space-after-tag 'clojure-space-for-delimiter-p " 5.12.0" )
554-
555545(declare-function paredit-open-curly " ext:paredit" t t )
556546(declare-function paredit-close-curly " ext:paredit" t t )
557547(declare-function paredit-convolute-sexp " ext:paredit" )
You can’t perform that action at this time.
0 commit comments