]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el (tab-line-format): Add face-modified to the cache key.
authorJuri Linkov <juri@linkov.net>
Sun, 3 Oct 2021 17:13:29 +0000 (20:13 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 3 Oct 2021 17:13:29 +0000 (20:13 +0300)
commit931a7276c036c25b5cde8971a3b0cb65873156b2
tree7a65eccb4b0e8c9a8e96e76d66d72469e3fde96e
parent3863919a00e5f6c7cf9d4fe9e1b1a96fd5c18173
* lisp/tab-line.el (tab-line-format): Add face-modified to the cache key.

When tab-line-tab-face-functions contains tab-line-tab-face-modified,
add 'buffer-modified-p' status to the cache-key, so the cache will expire
when the buffer modification status will change.
https://lists.gnu.org/archive/html/emacs-devel/2021-10/msg00129.html
lisp/tab-line.el