From 4ac6c9b6683d6a5c705efd9d99688de3b6ddf5b7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 2 Nov 2019 04:32:03 +0100 Subject: [PATCH] ; * etc/NEWS: Fix my previous change for package-initialize. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5