Skip to content

Commit 367c4eb

Browse files
author
Bozhidar Batsov
committed
Make clojure-insert-ns-form play with narrowing
1 parent 8fa7c8d commit 367c4eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ returned."
10031003
(defun clojure-insert-ns-form ()
10041004
"Insert a namespace form at the beginning of the buffer."
10051005
(interactive)
1006+
(widen)
10061007
(goto-char (point-min))
10071008
(clojure-insert-ns-form-at-point))
10081009

0 commit comments

Comments
 (0)