]> git.eshelyaron.com Git - emacs.git/commit
Replace XSETSYMBOL with make_lisp_symbol
authorMattias EngdegÄrd <mattiase@acm.org>
Sat, 24 Feb 2024 16:47:37 +0000 (17:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:52:14 +0000 (18:52 +0100)
commit80635f520d0fe641c3d3365432424f74e48574e5
tree61501bce064fcb2ae632749780453a3f858306ab
parent4e6795af05834933bc363a70491e6d20c29e9532
Replace XSETSYMBOL with make_lisp_symbol

* src/lisp.h (XSETSYMBOL): Remove.  All callers changed to use
make_lisp_symbol.

(cherry picked from commit de6b1e1efb1a36c69e7a6e09297e1de5b1477121)
src/alloc.c
src/buffer.c
src/data.c
src/eval.c
src/lisp.h