diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-01 18:52:11 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-01 18:52:11 +0300 |
commit | daf32f1f87b3d71cddd9ab2e9e4c3f5b523ae409 (patch) | |
tree | 69e940f7c12f43d8340c2033e90356ca0c5e7830 /etc/HELLO | |
parent | d8a6d82c4d34286b377fd7bddd4be0116e8dd4b9 (diff) | |
download | emacs-daf32f1f87b3d71cddd9ab2e9e4c3f5b523ae409.tar.gz |
Speed up redisplay of HELLO
* etc/HELLO: Set 'inhibit-compacting-font-caches' non-nil
locally. (Bug#36032)
* lisp/files.el: Add 'inhibit-compacting-font-caches' to the
list of built-in variables for which we set up
'safe-local-variable' properties.
Diffstat (limited to 'etc/HELLO')
-rw-r--r-- | etc/HELLO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/HELLO b/etc/HELLO index ae52e94b065..f424a2ab8aa 100644 --- a/etc/HELLO +++ b/etc/HELLO @@ -96,4 +96,5 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; tab-width: 32 ;;; bidi-display-reordering: t ;;; coding: iso-2022-7bit +;;; inhibit-compacting-font-caches: t ;;; End: |