]> git.eshelyaron.com Git - emacs.git/commit
Fix saveplace.el when desktop.el restores non-ASCII buffers
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 May 2022 13:32:47 +0000 (16:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 May 2022 13:32:47 +0000 (16:32 +0300)
commitaab560f0c1955bae57cc35a71be95b5bfa2ab525
treed2bf692ea4c3816cbf22e3bad2550a84d0b0d2ff
parent6ac6919f74c2de91b2eb03de3aab326dcd3c5273
Fix saveplace.el when desktop.el restores non-ASCII buffers

* lisp/saveplace.el (load-save-place-alist-from-file): Bind
'coding-system-for-read' to nil, so that the 'coding:' cookie in
the save-place file takes effect.  (Bug#55592)
lisp/saveplace.el