; * etc/NEWS: Fix my previous change for package-initialize.

This commit is contained in:
Stefan Kangas 2019-11-02 04:32:03 +01:00
parent 7cde03484b
commit 4ac6c9b668

View file

@ -179,7 +179,7 @@ into the init file when Emacs was started. This call can now safely
be removed. Alternatively, if you want to ensure that your init file
is still compatible with earlier versions of Emacs, change it to:
(when (version< emacs-version "27.1")
(when (< emacs-major-version 27)
(package-initialize))
However, if your init file changes the values of 'package-load-list'