tags 46917 patch quit Mauro Aranda writes: > Starting from emacs -Q, do: > > 1. In the *scratch* buffer, type and evaluate (in any order): > (require 'autoarg) ; Whatever feature. > (require 'elp) > > 2. Type and evaluate > (unload-feature 'autoarg) > > 3. Emacs signals an error: > "Unsupported qualifiers in function loadhist-unload-element: (:before :extra \"elp\")" > Looks like the problem is the order of the qualifiers; the attached patch should fix it. Best regards, Mauro.