]> git.eshelyaron.com Git - emacs.git/commit
Fix backtrace when query-about-changed-file nil and file has changed
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Aug 2021 02:00:58 +0000 (04:00 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Aug 2021 02:00:58 +0000 (04:00 +0200)
commitcc5b6cb6bcc63d447663e1e98b05b7a16bd27f99
tree429082076c2578997164c1746a556691a2b4c512
parent8567ec8bcfce39d4678ac016b00176ae9d5f3bd2
Fix backtrace when query-about-changed-file nil and file has changed

* lisp/userlock.el (userlock--check-content-unchanged): Make the
assertion more robust -- we may be called here from a different
contexts if `query-about-changed-file' is nil.
lisp/userlock.el