Rasmus <[email protected]> writes: > Yoni Rabkin <[email protected]> writes: > >> Another ping about this patch. It is one of only three compilation >> warnings that we have, and would be nice to get down to zero before 4.3. > > Sorry, I forgot! I pushed it now.
Thank you; it's appreciated. > I still get this warning, though: > > In emms-player-mpd-ensure-process: > emms-player-mpd.el:325:8:Warning: ‘process-kill-without-query’ is an > obsolete > function (as of 22.1); use ‘process-query-on-exit-flag’ or > ‘set-process-query-on-exit-flag’. I just pushed a change replacing that with: (set-process-query-on-exit-flag emms-player-mpd-process nil) ...which should be the equivalent. -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
