emacs-exwm / xelb

X protocol Emacs Lisp Binding
https://elpa.gnu.org/packages/xelb.html
GNU General Public License v3.0
27 stars 5 forks source link

Fix warnings cl-lib and lax-plist warnings #25

Closed medranocalvo closed 8 months ago

medranocalvo commented 9 months ago

Please have a look especially at the lax-plist-* ones.

minad commented 9 months ago

@medranocalvo The lax-plist-* change is not correct since plist-get and plist-put with the optional predicate argument are not yet available on Emacs 27.1. I had already commented about this in @Stebalien's PR, see https://github.com/emacs-exwm/xelb/pull/23#discussion_r1464302415.

medranocalvo commented 9 months ago

Oh! Thank you for pointing that out. I did not read that discussion... I'll remove it from this and merge the other commit.