projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4d8a3
)
Fix last todo-mode change
author
Stephen Berman
<stephen.berman@gmx.net>
Thu, 16 Jun 2016 09:05:36 +0000
(11:05 +0200)
committer
Stephen Berman
<stephen.berman@gmx.net>
Thu, 16 Jun 2016 09:05:36 +0000
(11:05 +0200)
* lisp/calendar/todo-mode.el (todo-read-category): Return the
keymap in order to use its defined key bindings.
lisp/calendar/todo-mode.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/todo-mode.el
b/lisp/calendar/todo-mode.el
index 7cfec137b043e26b72188177da863bca5d31fd73..aee101f7218255e4deae9dbf7ecdcdfaf2302660 100644
(file)
--- a/
lisp/calendar/todo-mode.el
+++ b/
lisp/calendar/todo-mode.el
@@
-5753,7
+5753,8
@@
categories from `todo-category-completions-files'."
(let ((minibuffer-local-completion-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map minibuffer-local-completion-map)
- (define-key map " " nil))))
+ (define-key map " " nil)
+ map)))
(let* ((add (eq match-type 'add))
(archive (eq match-type 'archive))
(file0 (when (and file (> (length todo-files) 1))