On 2024-05-18 02:50, Eli Zaretskii wrote: > > Byte-compiling emits some warnings: > > In toplevel form: > window-tool-bar.el:341:21: Warning: `mouse-wheel-down-event' is an > obsolete variable (as of 30.1); use `mouse-wheel-buttons' instead. > window-tool-bar.el:341:44: Warning: `mouse-wheel-up-event' is an > obsolete variable (as of 30.1); use `mouse-wheel-buttons' instead. > window-tool-bar.el:342:21: Warning: `mouse-wheel-left-event' is an > obsolete variable (as of 30.1); use `mouse-wheel-buttons' instead. > window-tool-bar.el:342:44: Warning: `mouse-wheel-right-event' is an > obsolete variable (as of 30.1); use `mouse-wheel-buttons' instead. > > Jared, could you please take care of these? > > Thanks. The attached patch fixes those warnings. -- MJF