branch: elpa/telephone-line
commit db5808e5db44b9a29ad20543db8eb34e62eed25f
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
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