]> git.eshelyaron.com Git - emacs.git/commit
Fix project-mode-line-format breaking buffer-file-coding-system (bug#66825)
authorJuri Linkov <juri@linkov.net>
Tue, 31 Oct 2023 07:22:28 +0000 (09:22 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 31 Oct 2023 07:22:28 +0000 (09:22 +0200)
commitdec79825baf9cbd07f9cf5e8533897f53c436a26
tree0ffa8028130b8bba0615ded202a196eb6a318b1a
parent31acbcd405c5bfb3a2d2b1bcde54fbf0d3fe8901
Fix project-mode-line-format breaking buffer-file-coding-system (bug#66825)

* lisp/progmodes/project.el (project-mode-line-format):
Let-bind 'last-coding-system-used' to prevent changing
'buffer-file-coding-system' in 'basic-save-buffer'.
lisp/progmodes/project.el