emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [COMMIT] * lisp/emms-playlist-mode.el: Bind "C-x u" to `e


From: Yoni Rabkin
Subject: [Emms-patches] [COMMIT] * lisp/emms-playlist-mode.el: Bind "C-x u" to `emms-playlist-mode-undo' in emms-playlist-mode.
Date: Sun, 5 Jul 2009 08:58:27 +0300

---
 lisp/emms-playlist-mode.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el
index ebd9670..0ded269 100644
--- a/lisp/emms-playlist-mode.el
+++ b/lisp/emms-playlist-mode.el
@@ -118,6 +118,7 @@ This is true for every invocation of 
`emms-playlist-mode-go'."
     (define-key map (kbd "C-w") 'emms-playlist-mode-kill)
     (define-key map (kbd "C-_") 'emms-playlist-mode-undo)
     (define-key map (kbd "C-/") 'emms-playlist-mode-undo)
+    (define-key map (kbd "C-x u") 'emms-playlist-mode-undo)
     (define-key map (kbd "C-n") 'next-line)
     (define-key map (kbd "C-p") 'previous-line)
     (define-key map (kbd "C-j") 'emms-playlist-mode-insert-newline)
-- 
debian.1.5.6.1.19.ge6b2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]