Return keymap
If the keymap isn't returned, it doesn't work.
This commit is contained in:
parent
507be16558
commit
4ba7794568
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@
|
||||||
(defvar dispass-labels-mode-map
|
(defvar dispass-labels-mode-map
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
(set-keymap-parent map tabulated-list-mode-map)
|
(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)
|
(defun dispass-process-sentinel (proc status)
|
||||||
"Report PROC's status change to STATUS."
|
"Report PROC's status change to STATUS."
|
||||||
|
|
Loading…
Reference in a new issue