emacs-compat / compat

COMPATibility Library for Emacs Lisp
https://elpa.gnu.org/packages/compat.html
GNU General Public License v3.0
69 stars 12 forks source link

Please consider adding `setopt` to compat-29 #12

Closed ktetzlaff closed 1 year ago

ktetzlaff commented 1 year ago

Emacs 29 added setopt (which internally uses setopt--set) to cus-edit.el. Please add setopt to compat.

minad commented 1 year ago

Emacs 29 added |setopt| (which internally uses |setopt--set|) to |cus-edit.el|. Please add |setopt| to compat.

Yes, we can add this to compat. But I don't consider it of high importance given that the function is not useful for package authors.