]> git.eshelyaron.com Git - emacs.git/commit
Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)
authorJuri Linkov <juri@linkov.net>
Wed, 5 Feb 2020 22:38:53 +0000 (00:38 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 5 Feb 2020 22:38:53 +0000 (00:38 +0200)
commit09eed01afb4968a93247fb8eb7b5301a5bfb6342
treeadc6d7dfbb588f8516b91ccee07584cf9a62d578
parent4a0a1145054db9ba71c48ae5c3d766a06e144887
Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)

* lisp/gnus/mm-view.el (mm-display-inline-fontify):
* lisp/vc/diff-mode.el (diff-syntax-fontify-props):
* lisp/vc/vc.el (vc-find-revision-no-save):
Add delay-mode-hooks around set-auto-mode calls
to not run hooks that might assume buffer-file-name
really associates buffer with a file.
lisp/gnus/mm-view.el
lisp/vc/diff-mode.el
lisp/vc/vc.el