emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 1357916 005/495: go-beginning-of-defun does not ne


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 1357916 005/495: go-beginning-of-defun does not need to be interactive
Date: Sat, 7 Aug 2021 09:04:32 -0400 (EDT)

branch: elpa/go-mode
commit 13579166b0aabcddabddf7b7f8d6eb0429020f41
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    go-beginning-of-defun does not need to be interactive
---
 go-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index bd00c10..0ae5b2e 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -226,7 +226,6 @@ built-ins, functions, and some types.")
         (goto-char (- (point-max) pos)))))
 
 (defun go-beginning-of-defun (&optional count)
-  (interactive "p")
   (unless count (setq count 1))
   (let ((first t) failure)
     (dotimes (i (abs count))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]