branch: externals/diminish
commit 8bed521dbd10c009ca76f5efbf95966fc186465f
Author: Thomas Hisch <t.hi...@gmail.com>
Commit: Martin Yrjölä <martin.yrj...@gmail.com>

    Replace deprecated 'cl package by 'cl-lib
---
 diminish.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diminish.el b/diminish.el
index 6aa45e4c89..14805ea0f9 100644
--- a/diminish.el
+++ b/diminish.el
@@ -105,7 +105,7 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl))
+(eval-when-compile (require 'cl-lib))
 
 (defvar diminish-must-not-copy-minor-mode-alist nil
   "Non-nil means loading diminish.el won't (copy-alist minor-mode-alist).

Reply via email to