]> git.eshelyaron.com Git - emacs.git/commit
; Delete a superfluous bitwise 'or'
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jan 2024 20:43:56 +0000 (21:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jan 2024 21:53:53 +0000 (22:53 +0100)
commitfe424de583b9c2df452ea389033a02b16aec488d
treef3bf57686ebc7ff16797da99a4fde7c7a0092b99
parenta8a324c1fcf843c37f1bf97753bdca44967971b4
; Delete a superfluous bitwise 'or'

* src/xterm.c (x_term_init): Avoid bitwise 'or' using the same
variable as both operands (X | X => X).

(cherry picked from commit 6fdf035f62ed3cdd55a5cafe823a2d749637ce25)
src/xterm.c