]> git.eshelyaron.com Git - emacs.git/commit
Replace two DEFVAR_LISPs with DEFVAR_BOOL. Amend lisp.h accordingly.
authorAlan Mackenzie <acm@muc.de>
Sun, 25 Nov 2018 21:45:11 +0000 (21:45 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 25 Nov 2018 21:45:11 +0000 (21:45 +0000)
commit65d5946f35e742eec62faed536c2c3571fbe7981
tree0d10eef61560baf4b6c19f5c9bdee9b79d972532
parente3563fbf5d899bafcbcf1b84a01abb85057c591b
Replace two DEFVAR_LISPs with DEFVAR_BOOL.  Amend lisp.h accordingly.

The two variables are symbols-with-pos-enabled and print-symbols-bare.

* src/lisp.h (lisp_h_EQ, lisp_h_SYMBOLP, lisp_h_XSYMBOL): Remove XLI
operations.

* src/data.c (Vsymbols_with_pos_enabled)
* src/print.c (Vprint_symbols_bare): Replace DEFVAR_LISP with DEFVAR_BOOL.
(print_vectorlike): remove a no longer needed NILP.
src/data.c
src/lisp.h
src/print.c