branch: externals/persist
commit f569906232c3812f5f5d934130edfefbc9165d7f
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Require Emacs 26.1
    
    This is to fix:
    
    1:64: warning: You should depend on (emacs "24.1") if you need 
lexical-binding.
    228:51: error: You should depend on (emacs "26.1") if you need `recordp'.
    233:64: error: You should depend on (emacs "26.1") if you need `recordp'.
    236:53: error: You should depend on (emacs "26.1") if you need `recordp'.
---
 persist.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/persist.el b/persist.el
index 2b96b2b7f0..6cc94b4db3 100644
--- a/persist.el
+++ b/persist.el
@@ -5,6 +5,7 @@
 ;; Author: Phillip Lord <phillip.l...@russet.org.uk>
 ;; Maintainer: Joseph Turner <persist...@breatheoutbreathe.in>
 ;; Package-Type: multi
+;; Package-Requires: ((emacs "26.1"))
 ;; Version: 0.6
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.

Reply via email to