Skip to content

Commit 2217ee4

Browse files
authored
Update julia-mode.el
Make `julia-beginning-of-defun` a command
1 parent 709c434 commit 2217ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

julia-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ With positive ARG search backwards else search forward.
782782
ARG nil or 0 defaults to 1. When searching backwards,
783783
nested defuns are handled depending on current point position.
784784
Return non-nil (point) if point moved to `beginning-of-defun'."
785+
(interactive)
785786
(when (or (null arg) (= arg 0)) (setq arg 1))
786787
(let ((found))
787788
(while (and (not (= arg 0))

0 commit comments

Comments
 (0)