From a0c84a3c1ea9d7718393a6faff2537dedd34b882 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sat, 9 Dec 2023 05:13:28 -0500 Subject: [PATCH] Remove obselete face alias definition 3.0.0 broke compatibility with just about everything that may have hooked into the package, so it should be appropriate to shed this bit of cruft. --- mood-line.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mood-line.el b/mood-line.el index 75c53eb..6ecfc3e 100644 --- a/mood-line.el +++ b/mood-line.el @@ -398,15 +398,6 @@ See `mood-line-defformat' for a helpful formatting macro." "Face used for less important mode line elements." :group 'mood-line-faces) -;; ---------------------------------- ;; -;; Obsolete faces -;; ---------------------------------- ;; - -(define-obsolete-face-alias - 'mood-line-modified - 'mood-line-buffer-status-modified - "2.1.0") - ;; -------------------------------------------------------------------------- ;; ;; ;; Helper functions