emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/face-shift bfc4ec62ed 42/50: Lower minimal version to 2


From: ELPA Syncer
Subject: [elpa] externals/face-shift bfc4ec62ed 42/50: Lower minimal version to 24.1
Date: Sun, 30 Apr 2023 12:03:22 -0400 (EDT)

branch: externals/face-shift
commit bfc4ec62ed52fad2594c641c985e1dfdd40b9c2e
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Lower minimal version to 24.1
---
 face-shift.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/face-shift.el b/face-shift.el
index 285bd1c6c6..6ba969c183 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -3,7 +3,7 @@
 ;; Author: Philip Kaludercic <philipk@posteo.net>
 ;; Version: 0.2.0
 ;; Keywords: faces
-;; Package-Requires: ((emacs "24.4"))
+;; Package-Requires: ((emacs "24.1"))
 ;; URL: https://git.sr.ht/~pkal/face-shift
 
 ;; This file is NOT part of Emacs.
@@ -70,8 +70,9 @@ information."
   "Non-nil means shift the forground color too."
   :type 'boolean)
 
-(defvar-local face-shift--cookies nil
+(defvar face-shift--cookies nil
   "List of remapped faces in a single buffer.")
+(make-variable-buffer-local 'face-shift--cookies)
 
 (defcustom face-shift-intensity 0.8
   "Relaxation factor when applying a colour-shift.



reply via email to

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