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

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

[elpa] externals/theme-buffet 0b6702d3a8 1/2: Correct typo theme-buffet-


From: ELPA Syncer
Subject: [elpa] externals/theme-buffet 0b6702d3a8 1/2: Correct typo theme-buffet-end-user defcustom
Date: Fri, 8 Dec 2023 06:58:47 -0500 (EST)

branch: externals/theme-buffet
commit 0b6702d3a83ddd1c79eceb4a4920ff5eb14b9a23
Author: Bruno Boal <egomet@bboal.com>
Commit: Bruno Boal <egomet@bboal.com>

    Correct typo theme-buffet-end-user defcustom
---
 theme-buffet.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/theme-buffet.el b/theme-buffet.el
index 01aa111802..80e250e4cb 100644
--- a/theme-buffet.el
+++ b/theme-buffet.el
@@ -178,7 +178,10 @@ Return a new list with the symbol const prepended to each 
element for usage in
   "Different periods of the day combined with Ef or Modus themes.
 For those who just don't have the time and want the best.")
 
-(defcustom theme-buffet--end-user
+(define-obsolete-variable-alias 'theme-buffet--end-user
+                                'theme-buffet-end-user "0.2.0dev")
+
+(defcustom theme-buffet-end-user
   '(:night     (wheatgrass manoj-dark modus-vivendi)
     :morning   (adwaita whiteboard leuven modus-operandi tango dichromacy 
tsdh-light)
     :afternoon (leuven-dark tango-dark tsdh-dark misterioso)
@@ -209,7 +212,7 @@ Prefilled with Emacs default themes as an example to be 
changed by the user."
   (pcase theme-buffet-menu
     ('built-in theme-buffet--built-in)
     ('modus-ef theme-buffet--modus-ef)
-    ('end-user theme-buffet--end-user)))
+    ('end-user theme-buffet-end-user)))
 
 (defun theme-buffet--hours-secs (hours)
   "Number of seconds in HOURS."



reply via email to

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