branch: externals/modus-themes
commit 233571e577979f563bb61c86c4eabbcbcf625e1c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Improve the obsolesence warning for 'modus-themes-custom-auto-reload'
    
    Thanks to Stefan Monnier for suggesting this format on the emacs-devel
    mailing list: 
<https://lists.gnu.org/archive/html/emacs-devel/2025-10/msg00603.html>.
---
 modus-themes.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index e75184bbcc..1d20e47402 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -230,8 +230,9 @@ text should not be underlined as well) yet still blend in."
 ;;;; Customization variables
 
 (make-obsolete-variable
- 'modus-themes-custom-auto-reload nil
- "Since version 5.0.0: reload the theme manually for changes to take effect")
+ 'modus-themes-custom-auto-reload
+ "reload the theme manually for changes to take effect"
+ "5.0.0")
 
 (defcustom modus-themes-disable-other-themes t
   "Disable all other themes when loading a Modus theme.

Reply via email to