]> git.eshelyaron.com Git - emacs.git/commit
lisp/net/browse-url.el (browse-url-interactive-arg): Fix bug#78026
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 10 May 2025 16:05:17 +0000 (12:05 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 May 2025 19:54:41 +0000 (21:54 +0200)
commit4772df3f2a921e2a902e04d263f90107f5d2f6f7
treecd4ca74c392d78feabb53eb51389f3b512900fad
parent6ec2384dd06e52cf9d29322a22648376bb3b2d6d
lisp/net/browse-url.el (browse-url-interactive-arg): Fix bug#78026

Don't burp when run from a timer where (this-command-keys) will
usually return an empty vector.

(cherry picked from commit 66990628b8f91554e05aa2bee9a657149ac0037c)
lisp/net/browse-url.el