]> git.eshelyaron.com Git - emacs.git/commit
Don't ding at the user in pop-mark
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Sep 2021 10:21:12 +0000 (12:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Sep 2021 10:21:12 +0000 (12:21 +0200)
commit439ca062c830a7f3288a2dac48457edf5b1bfc59
tree1e70884766111afad2c0d98f7bb223e3b59d7995
parent2bd26ed69770b2995c3f3d90b017048429bd1ffe
Don't ding at the user in pop-mark

* lisp/simple.el (pop-mark): Don't ding at the user if there's no
mark to pop (bug#44375).  This function is used (in some
circumstances) when the user mouse-1-clicks links (in *Help*
buffer, for instance), which will then ding at the user before
following the link.
lisp/simple.el