Return keymap

If the keymap isn't returned, it doesn't work.
This commit is contained in:
Tom Willemsen 2012-07-06 00:22:06 +02:00
parent 507be16558
commit 4ba7794568

View file

@ -113,7 +113,8 @@
(defvar dispass-labels-mode-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map tabulated-list-mode-map)
(define-key map "c" 'dispass-create)))
(define-key map "c" 'dispass-create)
map))
(defun dispass-process-sentinel (proc status)
"Report PROC's status change to STATUS."