]> git.eshelyaron.com Git - emacs.git/commit
Avoid extra "changed on disk" prompt in save-buffer (Bug#18336)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 22 Mar 2020 01:00:08 +0000 (21:00 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 23 Mar 2020 03:06:05 +0000 (23:06 -0400)
commit8f694831c04b1fb9db81be72afdc1a1101d619c4
treefc279b189896adb57b8c46ca15b832303a67b3fc
parent3b7cb5f3ac0fdd5e1a0177cc86b3fc4b420b9e4f
Avoid extra "changed on disk" prompt in save-buffer (Bug#18336)

* src/filelock.c (lock_file): Don't query the user if the current
session already owns the lock.
src/filelock.c