diff --git a/lisp/transient.el b/lisp/transient.el index 7d2fb50..34cf0d6 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -4463,7 +4463,7 @@ See `forward-button' for information about N." (not (eq (button-get (button-at (point)) 'command) command)))) (unless (eq (button-get (button-at (point)) 'command) command) (goto-char (point-min)) - (forward-button 1))))) + (ignore-errors (forward-button 1)))))) (defun transient--heading-at-point () (and (eq (get-text-property (point) 'face) 'transient-heading)