branch: externals/face-shift
commit bfc4ec62ed52fad2594c641c985e1dfdd40b9c2e
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    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 <[email protected]>
 ;; 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