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

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

[elpa] externals/modus-operandi-theme cf4a967: Minor tweaks to deprecate


From: Protesilaos Stavrou
Subject: [elpa] externals/modus-operandi-theme cf4a967: Minor tweaks to deprecated modus-operandi
Date: Mon, 22 Mar 2021 09:55:12 -0400 (EDT)

branch: externals/modus-operandi-theme
commit cf4a96781459bd0155d11e7b017d15dbd4522122
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Minor tweaks to deprecated modus-operandi
    
    This is intended for use with GNU ELPA.
---
 modus-operandi-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6438c48..1d8b804 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1,10 +1,10 @@
-;;; modus-operandi-theme.el --- Accessible light theme (WCAG AAA) -*- 
lexical-binding:t -*-
+;;; modus-operandi-theme.el --- Accessible light theme (WCAG AAA) [DEPRECATED] 
-*- lexical-binding:t -*-
 
 ;; Copyright (c) 2019-2021  Free Software Foundation, Inc.
 
 ;; Author: Protesilaos Stavrou <info@protesilaos.com>
 ;; URL: https://gitlab.com/protesilaos/modus-themes
-;; Version: 0.13.1
+;; Version: 0.13.2
 ;; Package-Requires: ((emacs "26.1") (modus-themes "1.2.4"))
 ;; Keywords: faces, theme, accessibility
 
@@ -44,7 +44,7 @@
 
 
 
-(require 'modus-themes)
+(if t (require 'modus-themes)) ;; Don't require it during compilation!
 
 (eval-and-compile
   (let ((msg "Package `modus-operandi-theme' is obsolete; use the new 
`modus-themes'"))



reply via email to

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