mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
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
|
;;; tab-width: 32
|
||||||
;;; bidi-display-reordering: t
|
;;; bidi-display-reordering: t
|
||||||
;;; coding: iso-2022-7bit
|
;;; coding: iso-2022-7bit
|
||||||
|
;;; inhibit-compacting-font-caches: t
|
||||||
;;; End:
|
;;; End:
|
||||||
|
|
|
@ -3233,6 +3233,7 @@ asking you for confirmation."
|
||||||
(fill-column . integerp) ;; C source code
|
(fill-column . integerp) ;; C source code
|
||||||
(indent-tabs-mode . booleanp) ;; C source code
|
(indent-tabs-mode . booleanp) ;; C source code
|
||||||
(left-margin . integerp) ;; C source code
|
(left-margin . integerp) ;; C source code
|
||||||
|
(inhibit-compacting-font-caches . booleanp) ;; C source code
|
||||||
(no-update-autoloads . booleanp)
|
(no-update-autoloads . booleanp)
|
||||||
(lexical-binding . booleanp) ;; C source code
|
(lexical-binding . booleanp) ;; C source code
|
||||||
(tab-width . integerp) ;; C source code
|
(tab-width . integerp) ;; C source code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue