From: Stefan Kangas Date: Sat, 2 Nov 2019 03:32:03 +0000 (+0100) Subject: ; * etc/NEWS: Fix my previous change for package-initialize. X-Git-Tag: emacs-27.0.90~770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ac6c9b6683d6a5c705efd9d99688de3b6ddf5b7;p=emacs.git ; * etc/NEWS: Fix my previous change for package-initialize. --- diff --git a/etc/NEWS b/etc/NEWS index e614197125f..033cb489788 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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'