Skip to content

Commit 6a01d68

Browse files
committed
Add whitespace to clojure--sym-forbidden-rest-chars
1 parent 669482a commit 6a01d68

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
@@ -353,7 +353,7 @@ Called by `imenu--generic-function'."
353353
(goto-char start)))))
354354

355355
(eval-and-compile
356-
(defconst clojure--sym-forbidden-rest-chars "][\";\'@\\^`~\(\)\{\}\\"
356+
(defconst clojure--sym-forbidden-rest-chars "][\";\'@\\^`~\(\)\{\}\\,\s\t\n\r"
357357
"A list of chars that a Clojure symbol cannot contain.
358358
See definiton of 'macros': URL `http://git.io/vRGLD'.")
359359
(defconst clojure--sym-forbidden-1st-chars (concat clojure--sym-forbidden-rest-chars "0-9")

0 commit comments

Comments
 (0)