Filipp Gunbin <[email protected]> writes: > Hi, > > On current emacs master this line in master lisp/emms.el generates > error: > > (defcustom emms-playlist-default-major-mode default-major-mode > ... > > The error is `Debugger entered--Lisp error: (void-variable > default-major-mode)'. > > It is thrown when running init code from my .emacs: > > (require 'emms-setup) > (emms-all) > (emms-default-players)
I guess that means that they are planning to remove that obsolete variable completely in favor of `major-mode'. I'll make the switch to `major-mode' in the Emms git repo in the next few days (if not sooner). -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
