We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4845951 commit 91b4412Copy full SHA for 91b4412
clojure-mode.el
@@ -922,7 +922,7 @@ returned."
922
(backward-char))
923
(cond
924
((equal 1 (point))
925
- (message "beginning of file reached, this was probably a mistake."))
+ (error "Beginning of file reached, this was probably a mistake"))
926
((equal "\"" (buffer-substring-no-properties (point) (+ 1 (point))))
927
(insert ":" (substring (clojure-delete-and-extract-sexp) 1 -1)))
928
((equal ":" (buffer-substring-no-properties (point) (+ 1 (point))))
0 commit comments