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

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

[nongnu] elpa/telephone-line db5808e5db 065/195: Minor update, use new s


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line db5808e5db 065/195: Minor update, use new shim package instead of straight eieio
Date: Wed, 5 Jan 2022 02:59:27 -0500 (EST)

branch: elpa/telephone-line
commit db5808e5db44b9a29ad20543db8eb34e62eed25f
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Minor update, use new shim package instead of straight eieio
    
    This isn't really necessary, but I sorta get the impression that eieio is 
deprecated in favor of the new Emacs 25 stuff.
---
 telephone-line-utils.el | 2 +-
 telephone-line.el       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/telephone-line-utils.el b/telephone-line-utils.el
index f975900f33..1dcd3f73ac 100644
--- a/telephone-line-utils.el
+++ b/telephone-line-utils.el
@@ -21,7 +21,7 @@
 
 (require 'cl-lib)
 (require 'color)
-(require 'eieio)
+(require 'cl-generic)
 
 (require 's)
 (require 'seq)
diff --git a/telephone-line.el b/telephone-line.el
index 135fd0c03a..bc11dbcb04 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -1,4 +1,4 @@
-;;; telephone-line.el --- Rewrite of Powerline
+;;; telephone-line.el --- Rewrite of Powerline -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2015 Daniel Bordak
 
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/dbordak/telephone-line
 ;; Version: 0.3
 ;; Keywords: mode-line
-;; Package-Requires: ((emacs "24.3") (cl-lib "0.5") (eieio "1.4") (s "1.9.0") 
(seq "1.8"))
+;; Package-Requires: ((emacs "24.3") (cl-lib "0.5") (cl-generic "0.2") (s 
"1.9.0") (seq "1.8"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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