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.
This commit is contained in:
Jessie Hildebrandt 2023-12-09 05:13:28 -05:00
parent a9b55d8308
commit a0c84a3c1e

View File

@ -398,15 +398,6 @@ See `mood-line-defformat' for a helpful formatting macro."
"Face used for less important mode line elements." "Face used for less important mode line elements."
:group 'mood-line-faces) :group 'mood-line-faces)
;; ---------------------------------- ;;
;; Obsolete faces
;; ---------------------------------- ;;
(define-obsolete-face-alias
'mood-line-modified
'mood-line-buffer-status-modified
"2.1.0")
;; -------------------------------------------------------------------------- ;; ;; -------------------------------------------------------------------------- ;;
;; ;;
;; Helper functions ;; Helper functions