emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 daf32f1: Speed up redisplay of HELLO


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 daf32f1: Speed up redisplay of HELLO
Date: Sat, 1 Jun 2019 11:53:52 -0400 (EDT)

branch: emacs-26
commit daf32f1f87b3d71cddd9ab2e9e4c3f5b523ae409
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 etc/HELLO     | 1 +
 lisp/files.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/etc/HELLO b/etc/HELLO
index ae52e94..f424a2a 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:
diff --git a/lisp/files.el b/lisp/files.el
index f3b5020..2187eba 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3233,6 +3233,7 @@ asking you for confirmation."
           (fill-column             . integerp) ;; C source code
           (indent-tabs-mode        . booleanp) ;; C source code
           (left-margin             . integerp) ;; C source code
+          (inhibit-compacting-font-caches . booleanp) ;; C source code
           (no-update-autoloads     . booleanp)
           (lexical-binding      . booleanp)      ;; C source code
           (tab-width               . integerp)   ;; C source code



reply via email to

[Prev in Thread] Current Thread [Next in Thread]