File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -1845,6 +1845,9 @@ If PATH is nil, use the path to the file backing the current buffer."
1845
1845
(goto-char (point-min ))
1846
1846
(clojure-insert-ns-form-at-point))
1847
1847
1848
+ (defvar-local clojure-cached-ns nil
1849
+ " A buffer ns cache used to speed up ns-related operations." )
1850
+
1848
1851
(defun clojure-update-ns ()
1849
1852
" Update the namespace of the current buffer.
1850
1853
Useful if a file has been renamed."
@@ -1957,9 +1960,6 @@ the cached value will be updated automatically."
1957
1960
:safe #'booleanp
1958
1961
:package-version '(clojure-mode . " 5.8.0" ))
1959
1962
1960
- (defvar-local clojure-cached-ns nil
1961
- " A buffer ns cache used to speed up ns-related operations." )
1962
-
1963
1963
(defun clojure--find-ns-in-direction (direction )
1964
1964
" Return the nearest namespace in a specific DIRECTION.
1965
1965
DIRECTION is `forward' or `backward' ."
You can’t perform that action at this time.
0 commit comments