]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant conversion from bool to bool
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jan 2024 21:19:06 +0000 (22:19 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jan 2024 06:23:52 +0000 (07:23 +0100)
commit267c9b54b16e50f76e5ce88ff153d1a24d093563
tree9fbf91f56bcd86f733ae05bb97a8c7468790ddd0
parentc21995ff008d37e768a33412cad5fc9f5c3c2dbb
Remove redundant conversion from bool to bool

* src/xdisp.c (maybe_produce_line_number): Remove redundant conversion
of the value of an expression from bool to bool.
src/xdisp.c