summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>2025-01-30 17:09:48 +0300
committerEli Zaretskii <eliz@gnu.org>2025-02-01 15:41:51 +0200
commiteb12b6d153b8ad3f9e3fe23761a98021d8071293 (patch)
treededd9a585f24d7e8b38788c521a6d3f3557fe967 /lisp/emacs-lisp/comp.el
parent532ff6e29df87b9fdc84c56cddd9c587c5895e48 (diff)
downloademacs-eb12b6d153b8ad3f9e3fe23761a98021d8071293.tar.gz
emacs-eb12b6d153b8ad3f9e3fe23761a98021d8071293.tar.bz2
emacs-eb12b6d153b8ad3f9e3fe23761a98021d8071293.zip
Avoid infinite questions if TAGS file was removed
When the visited TAGS file was removed, commands that depend on TAGS, such as auto-completion, may invoke an interactive question whether a user wants to re-read the file. From that point on, the question will be asked over and over, because the file no longer exists, which results in mtime mismatch and inability to "fix the mismatch" by reading from the file. Fix that by simply ignoring the mismatch if the file no longer exists. * lisp/progmodes/etags.el (tags-verify-table): Avoid infinite questions if TAGS file was removed. (Bug#75946)
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
0 files changed, 0 insertions, 0 deletions