aboutsummaryrefslogtreecommitdiffstats
path: root/dispass.el
diff options
context:
space:
mode:
Diffstat (limited to 'dispass.el')
-rw-r--r--dispass.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/dispass.el b/dispass.el
index 1ac4069..e30cb21 100644
--- a/dispass.el
+++ b/dispass.el
@@ -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."