stigbjorlykke / rpm-spec-mode

RPM spec file editing commands for Emacs/XEmacs
GNU General Public License v2.0
11 stars 22 forks source link

incorrect number of arguments #16

Open rlauer6 opened 2 years ago

rlauer6 commented 2 years ago

define-obsolete-variable-alias requires at least 3 arguments

(define-obsolete-variable-alias                                                                                                                                                
  'rpm-completion-ignore-case 'rpm-spec-completion-ignore-case "0.16")                                                                                                         
bhepple commented 2 years ago

I also fell into this - I've added a date to the three places that need it, just to keep going.

papadakis-k commented 1 year ago

Same here. https://github.com/stigbjorlykke/rpm-spec-mode/compare/master...papadakis-k:rpm-spec-mode:fix/emacs-28-define-obsolete-variable-alias

Just to clarify if needed, this is causing the whole package to fail to load.