We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384d8da commit 345518aCopy full SHA for 345518a
elixir-mode.el
@@ -469,8 +469,7 @@ just return nil."
469
470
(defun elixir-beginning-of-defun (&optional arg)
471
(interactive "p")
472
- (let ((command last-command)
473
- (regexp (concat "^\\s-*" (elixir-rx builtin-declaration)))
+ (let ((regexp (concat "^\\s-*" (elixir-rx builtin-declaration)))
474
case-fold-search)
475
(while (and (re-search-backward regexp nil t (or arg 1))
476
(elixir-syntax-in-string-or-comment-p)))
0 commit comments