Skip to content

Commit

Permalink
corrected formatting for clojure-update-ns
Browse files Browse the repository at this point in the history
  • Loading branch information
kototama committed Apr 26, 2012
1 parent 33a9908 commit 4938bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clojure-mode.el
Expand Up @@ -965,8 +965,7 @@ returned."
(goto-char (point-min))
(insert (format "(ns %s)" (clojure-expected-ns))))

(defun clojure-update-ns
()
(defun clojure-update-ns ()
"Updates the namespace of the current buffer. Useful if a file has been renamed."
(interactive)
(let ((nsname (clojure-expected-ns)))
Expand Down

0 comments on commit 4938bac

Please sign in to comment.