We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709c434 commit 2217ee4Copy full SHA for 2217ee4
julia-mode.el
@@ -782,6 +782,7 @@ With positive ARG search backwards else search forward.
782
ARG nil or 0 defaults to 1. When searching backwards,
783
nested defuns are handled depending on current point position.
784
Return non-nil (point) if point moved to `beginning-of-defun'."
785
+ (interactive)
786
(when (or (null arg) (= arg 0)) (setq arg 1))
787
(let ((found))
788
(while (and (not (= arg 0))
0 commit comments