Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3792e08

Browse files
dalugmbbatsov
authored andcommitted
Silence compilation warning
1 parentd0919b4 commit3792e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎clojure-mode.el‎

Lines changed: 4 additions & 4 deletions
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
(defcustomclojure-use-backtracking-indentt
@@ -1280,7 +1280,7 @@ preceeded by a #."
12801280
(clojure-string-startnil))))))
12811281

12821282
(defunclojure-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 ((foundnil))
12861286
(while (and (not found)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp