Bump FACE_CACHE_BUCKETS_SIZE to 1009
* src/xfaces.c (FACE_CACHE_BUCKETS_SIZE): Make it 1009, a prime number, per the comment. Reported by Win Treese <treese@acm.org>.
This commit is contained in:
parent
f3ae26cb2a
commit
9b0d76e93b
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
/* Size of hash table of realized faces in face caches (should be a
|
||||
prime number). */
|
||||
|
||||
#define FACE_CACHE_BUCKETS_SIZE 1001
|
||||
#define FACE_CACHE_BUCKETS_SIZE 1009
|
||||
|
||||
char unspecified_fg[] = "unspecified-fg", unspecified_bg[] = "unspecified-bg";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue