aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-10-08 22:31:14 +0300
committerEli Zaretskii2016-10-08 22:31:14 +0300
commit44e402ead35eb9b4d0bf8a94a4d3ca933629aba9 (patch)
tree4fea0c439333c80c05e03585c5b3b7a7f9ea6b35 /etc
parent4ff4b66df8da175d8df292d12a30ab50285b6917 (diff)
downloademacs-44e402ead35eb9b4d0bf8a94a4d3ca933629aba9.tar.gz
emacs-44e402ead35eb9b4d0bf8a94a4d3ca933629aba9.zip
Allow to disable compaction of font caches
* src/font.c (syms_of_font) <inhibit-compacting-font-caches>: New boolean variable. * src/alloc.c (compact_font_caches): Use it to bypass the call to compact_font_cache_entry. (Bug#24634) (Bug#24565) * etc/NEWS: Mention the new variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8c27289d5e0..3e686f98db3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,6 +38,12 @@ fontsets if the default font supports these characters. Set this
38variable to nil to disable the new behavior and get back the old 38variable to nil to disable the new behavior and get back the old
39behavior. 39behavior.
40 40
41---
42** New variable 'inhibit-compacting-font-caches'.
43Set this variable to a non-nil value to speed up display of characters
44using large fonts, at the price of a larger memory footprint of the
45Emacs session.
46
41 47
42* Installation Changes in Emacs 25.1 48* Installation Changes in Emacs 25.1
43 49