diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-01-03 14:20:50 +0100 |
---|---|---|
committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-01-03 14:20:50 +0100 |
commit | 3a8d16d91edae81ffb2bb9efa12d41712edfd4f8 (patch) | |
tree | 9232faae710a6149ef61a34f697a97114966c7c9 /lisp | |
parent | f586070b598b1a19842212686e88df346f1ebc1f (diff) |
Obsolete emms-devel and emms-all
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-setup.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el index d2587e7..3c214fe 100644 --- a/lisp/emms-setup.el +++ b/lisp/emms-setup.el @@ -139,10 +139,12 @@ the stable features which come with the Emms distribution." ;;;###autoload (defun emms-devel () (emms-all)) +(make-obsolete 'emms-devel 'emms-all "4.1") ;;;###autoload (defun emms-standard () (emms-all)) +(make-obsolete 'emms-standard 'emms-all "4.1") (provide 'emms-setup) |