]> git.eshelyaron.com Git - emacs.git/commit
Omit "V" at the start of DEFVAR_BOOL vars
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Aug 2020 21:27:17 +0000 (14:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Aug 2020 21:28:26 +0000 (14:28 -0700)
commit375e87409a3a016615db6a1bc67ac143d39254d9
tree3d7169c19723bd3f749b4a13b266de54c964f19d
parent9c011a1083c2a78e2fdfe931988ab53f42323a9c
Omit "V" at the start of DEFVAR_BOOL vars

Problem noted by Stefan Monnier in:
https://lists.gnu.org/r/emacs-devel/2020-08/msg00846.html
* src/font.c (xft_ignore_color_fonts):
* src/syntax.c (comment_end_can_be_escaped):
* src/xdisp.c (word_wrap_by_category, display_fill_column_indicator):
Rename these DEFVAR_BOOL variables to avoid the initial "V"
that wrongly suggests that they are Lisp_Object variables.
All uses changed.
src/font.c
src/ftfont.c
src/syntax.c
src/window.c
src/xdisp.c