emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4ac6c9b: ; * etc/NEWS: Fix my previous change for package-initial


From: Stefan Kangas
Subject: master 4ac6c9b: ; * etc/NEWS: Fix my previous change for package-initialize.
Date: Fri, 1 Nov 2019 23:33:59 -0400 (EDT)

branch: master
commit 4ac6c9b6683d6a5c705efd9d99688de3b6ddf5b7
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    ; * 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 e614197..033cb48 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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]