]> git.eshelyaron.com Git - emacs.git/commit
Fix x_construct_mouse_click || vs | typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Aug 2024 03:49:18 +0000 (20:49 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:09:08 +0000 (16:09 +0200)
commit2c0dc1498f60d6c8f4e55c5d5b11320933789736
tree52b3f94ca6ccae99af9be71e7b8fd64ed7409319
parent79d8ebf2dbcdf013594982b13c5e9381d2ad63fa
Fix x_construct_mouse_click || vs | typo

* src/xterm.c (x_construct_mouse_click): ‘||’ → ‘|’.
Typo found by clang 18.1.6 -Wbool-operation.

(cherry picked from commit ed305c4b98cda5c6d479310e4ba350a17d901e75)
src/xterm.c