]> 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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jan 2024 21:54:10 +0000 (22:54 +0100)
commit6339992ca34bdcc6633ce8c503c8cbf8525334c9
tree2180d259cbad84ce363311d3cb312e9bf109305b
parent06b872d27b8f70744c9417e7e70d813ef1b209ba
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.

(cherry picked from commit 267c9b54b16e50f76e5ce88ff153d1a24d093563)
src/xdisp.c