]> git.eshelyaron.com Git - emacs.git/commit
Inhibit "Wrote" message in saveplace.el when non-interactive
authorshipmints <shipmints@gmail.com>
Thu, 13 Feb 2025 13:10:45 +0000 (08:10 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Feb 2025 08:10:15 +0000 (09:10 +0100)
commit75a1f8d3bee55d34232cb63b263b07140d756f97
tree3b0b18d46605a0181cc3f75f42a62b9c8d35e2d4
parent5044469255e5ad8a28c27178ea0f830771ffa8e1
Inhibit "Wrote" message in saveplace.el when non-interactive

* lisp/saveplace.el (save-place-alist-to-file): Tell 'write-region'
to be quiet when called non-interactively.  This is in harmony with
'savehist-save'.  (Bug#76267)

(cherry picked from commit 8f45cbdee45317faa978732fa5311c3c056b559f)
lisp/saveplace.el