]> 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)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jan 2024 05:15:06 +0000 (06:15 +0100)
commit6fdf035f62ed3cdd55a5cafe823a2d749637ce25
treea4bac910dbf64c3c7f2499d153f0c53599c8fecd
parent50f430ebcd87b77207013f97e6e5d1b8fe93f990
; Delete a superfluous bitwise 'or'

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