]> git.eshelyaron.com Git - emacs.git/commit
Fix positioning client buffer as instructed by emacsclient
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 May 2019 17:34:09 +0000 (20:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 May 2019 17:34:09 +0000 (20:34 +0300)
commite7ab351caa884755c032fd9544ba67a3c953144f
tree2e88bfa03061b141b7b58fe95800b7ab78f1816b
parent916510b6d919a333d1dac528a9d051aa6d857ccc
Fix positioning client buffer as instructed by emacsclient

* lisp/server.el (server-switch-buffer): Let-bind
switch-to-buffer-preserve-window-point to nil when switching
to the client buffer, when the client requested a specific
position.  (Bug#35602)
lisp/server.el