From 3a8ba30d1fb8d94ab3c63aa678a0059cc8b48b2f Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Thu, 29 Apr 2021 12:53:15 -0400 Subject: *.el: Minor improvements and simplifications * emms-playlist-limit.el (emms-playlist-limit--limit-playlist): Simplify. * emms-playing-time.el (emms-playing-time-display): Simplify. * emms-player-mpv.el (emms-player-mpv-ipc-proc) (emms-player-mpv-ipc-connect-command, emms-player-mpv-ipc-id) (emms-player-mpv-ipc-stop-command) (emms-player-mpv-event-connect-hook) (emms-player-mpv-ipc-conn-emacs-26.1-workaround): Fit docstrings with 80 columns. * emms-player-mpd.el (emms-player-mpd-ensure-process): Simplify `if` with identical branches. * emms-browser.el (emms-browser-run-mode-hooks): Simplify and move it out of `eval-and-compile`. (emms-browser-sort-cadr, emms-browser-sort-car): Add `debug` spec. patch by Stefan Monnier --- emms-tag-editor.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emms-tag-editor.el') diff --git a/emms-tag-editor.el b/emms-tag-editor.el index d0028d2..c00a4fb 100644 --- a/emms-tag-editor.el +++ b/emms-tag-editor.el @@ -295,6 +295,7 @@ This string is suitable for inserting into the tags buffer." (defvar emms-tag-editor-mode-map (let ((map (make-sparse-keymap))) + ;; FIXME: Bind to "\t" rather than [tab] so it works in ttys as well. (define-key map [tab] #'emms-tag-editor-next-field) (define-key map [backtab] #'emms-tag-editor-prev-field) (define-key map "\C-c\C-n" #'emms-tag-editor-next-track) -- cgit v1.2.3