]> git.eshelyaron.com Git - emacs.git/commit
Let bookmark-jump override window-point (Bug#31751)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 24 Jul 2018 01:49:00 +0000 (21:49 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 24 Jul 2018 02:07:14 +0000 (22:07 -0400)
commitf64c2774e96c755a5fddcbc49db65dcc3fcb9323
tree5cf35a1863d127564412619e8a694215d8a3e3f3
parent1208aaa9893700292693a6b85ae7d1abdb0460ef
Let bookmark-jump override window-point (Bug#31751)

* lisp/bookmark.el (bookmark-jump): Use pop-to-buffer-same-window
instead of switch-to-buffer, the latter obeys
switch-to-buffer-preserve-window-point and so loses the bookmark's
point.
lisp/bookmark.el