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.
This commit is contained in:
parent
d8a6d82c4d
commit
daf32f1f87
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue