]> git.eshelyaron.com Git - emacs.git/commit
Replace XSET_HASH_TABLE with make_lisp_hash_table
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 19 Feb 2024 10:44:53 +0000 (11:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:36:28 +0000 (18:36 +0100)
commitb8b656d68aea7ddc09fb1285da7e5cad1252d9b2
tree8ebae2d962cd945ac87f9c3f3c29665efe5b4995
parent64733fd9064def6993df85ffcd186a2062551520
Replace XSET_HASH_TABLE with make_lisp_hash_table

* src/lisp.h (XSET_HASH_TABLE): Remove, replace with...
(make_lisp_hash_table): ...this.  All callers adapted.

(cherry picked from commit 188fe6bffa69e08b60a7d65709998bd803b7ada5)
src/alloc.c
src/fns.c
src/lisp.h