]> git.eshelyaron.com Git - emacs.git/commit
Handle package versions that are not version strings
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 10 Jan 2024 08:25:41 +0000 (09:25 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 10 Jan 2024 08:25:41 +0000 (09:25 +0100)
commiteb913c7501489e1eae475cae843fccdf14cc24d8
tree76fc184550317f6b21d8ef40beb8cba228cab6ac
parent7755f7172748b2d337fa53434c1f678269cc5c45
Handle package versions that are not version strings

* lisp/emacs-lisp/package.el (package-menu--version-predicate): Ignore
any errors raised by 'version-to-list', thus falling back to the
default version list.  (Bug#68317)
lisp/emacs-lisp/package.el