]> git.eshelyaron.com Git - emacs.git/commit
Always display the "Archive" column in the package list
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 15 Mar 2023 15:47:48 +0000 (16:47 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 15 Mar 2023 15:49:20 +0000 (16:49 +0100)
commit146389f873e4e41940127c1ccb5df3f9cf357060
tree6bc8fcc8b986bdf05f855ae88b613f3f40c94467
parent67a660eb13818a620b301775065c4819a2178428
Always display the "Archive" column in the package list

* lisp/emacs-lisp/package.el (package-menu-mode): Always display
column.
(package-menu--print-info-simple): Always provide column information.

Since NonGNU ELPA has been added to the default value of
'package-archives', this condition is practically never satisfied,
meaning the code can be simplified.
lisp/emacs-lisp/package.el