Closed GiovanH closed 2 years ago
@jwiegley How do you feel about bumping the minimum version requirement to 25.1?
Given that @GiovanH needs it, there are probably others. If we can hold on to Emacs 24 compatibility, I'd prefer to. Once it becomes onerous, then we can move up.
@GiovanH I don't see where function-put
is used in use-package. Could you please show a complete backtrace?
More information was requested, but none was given within 2 weeks. FWIW, the current tests also seem to be working on Emacs 24.3 with some fixes that were recently added by yours truly.
I'm therefore closing this bug report. If this is still an issue, please report back and we can reopen.
Thanks.
Trying to install on emacs
24.3
, but when I load emacs with use-package installed as a package, I get the startup erroreval-buffer: Symbol's function definition is void: function-put
.I assumed this was a version issue, but the package says it should support 24.3.
--debug-init doesn't print any additional information.
Manually adding in
patches the problem.