Closed morganwillcock closed 2 years ago
Thanks! side note: To silence byte-compiler warnings about unused variables, just use a variable name that starts with an underscore. The byte-compiler interprets this as an indication that this is a variable known not to be used.
This removes the following byte-compliation warnings.
Hooks for
window-size-change-functions
look to take a single argument that is not optional, but I've switched&optional
for&rest
to make it forwards compatible if additional arguments are passed in the future and stay compatible with 0 arguments if that was needed for backwards compatibility.