]> git.eshelyaron.com Git - emacs.git/commit
xref-revert-buffer: Make inhibit-modification-hooks binding a bit safer
authorDmitry Gutov <dmitry@gutov.dev>
Sat, 25 May 2024 21:58:57 +0000 (00:58 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 05:58:06 +0000 (07:58 +0200)
commit944008a0e715c5114f1128c93db2d23efe272c10
tree2b0559ed842a49f9383507b242dec66fae94e276
parentb4aae2a191d956e964cda241c332b0ed4cd0fe16
xref-revert-buffer: Make inhibit-modification-hooks binding a bit safer

* lisp/progmodes/xref.el (xref-revert-buffer): Make sure that the
inhibit-modification-hooks binding does not cover xref--fetcher
funcall.  Only the printing step (issue mentioned in bug#53749).

(cherry picked from commit 7ca238c4413284253c06ed2b060a7a0f79653b40)
lisp/progmodes/xref.el