Skip to content

Commit 3792e08

Browse files
dalugmbbatsov
authored andcommitted
Silence compilation warning
1 parent d0919b4 commit 3792e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clojure-mode.el

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ to indent keyword invocation forms.
187187
location
188188
0)"
189189
:safe #'symbolp
190-
:type '(choice (const :tag "Same as `lisp-mode'" 'always-align)
191-
(const :tag "Indent like a macro body" 'always-indent)
190+
:type '(choice (const :tag "Same as `lisp-mode'" always-align)
191+
(const :tag "Indent like a macro body" always-indent)
192192
(const :tag "Indent like a macro body unless first arg is on the same line"
193-
'align-arguments))
193+
align-arguments))
194194
:package-version '(clojure-mode . "5.19.0"))
195195

196196
(defcustom clojure-use-backtracking-indent t
@@ -1280,7 +1280,7 @@ preceeded by a #."
12801280
(clojure-string-start nil))))))
12811281

12821282
(defun clojure-font-lock-escaped-chars (bound)
1283-
"Highlight \escaped chars in strings.
1283+
"Highlight \\escaped chars in strings.
12841284
BOUND denotes a buffer position to limit the search."
12851285
(let ((found nil))
12861286
(while (and (not found)

0 commit comments

Comments
 (0)