File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ Useful if a file has been renamed."
1733
1733
(replace-match nsname nil nil nil 4 )
1734
1734
(message " ns form updated to `%s' " nsname)
1735
1735
(setq clojure-cached-ns nsname))
1736
- (error " Namespace not found " )))))))
1736
+ (user- error " Can't find ns form " )))))))
1737
1737
1738
1738
(defun clojure--sort-following-sexps ()
1739
1739
" Sort sexps between point and end of current sexp.
@@ -1799,7 +1799,7 @@ content) are considered part of the preceding sexp."
1799
1799
(redisplay )
1800
1800
(message " ns form has been sorted " )
1801
1801
(sleep-for 0.1 ))))
1802
- (user-error " Namespace not found " )))
1802
+ (user-error " Can't find ns form " )))
1803
1803
1804
1804
(defconst clojure-namespace-name-regex
1805
1805
(rx line-start
You can’t perform that action at this time.
0 commit comments