mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 17:31:04 -08:00
* todos.el (todos-filtered-items-mode-map): Fix omission in
previous change. (todos-mode): Comment out invocation of easy-menu-add, since menu definition was commented out in last change.
This commit is contained in:
parent
e4ae44d950
commit
23cbdcbcbe
2 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2013-06-01 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* todos.el (todos-filtered-items-mode-map): Fix omission in
|
||||
previous change.
|
||||
(todos-mode): Comment out invocation of easy-menu-add, since menu
|
||||
definition was commented out in last change.
|
||||
|
||||
2013-05-31 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* todos.el: Move auto-mode-alist entries above provide sexp.
|
||||
|
|
|
|||
|
|
@ -6000,8 +6000,8 @@ Filtered Items mode following todo (not done) items."
|
|||
(define-key map (nth 0 kb) (nth 1 kb)))
|
||||
(dolist (kb todos-key-bindings-t+f)
|
||||
(define-key map (nth 0 kb) (nth 1 kb)))
|
||||
("g" 'todos-go-to-source-item)
|
||||
([remap newline] 'todos-go-to-source-item)
|
||||
(define-key map "g" 'todos-go-to-source-item)
|
||||
(define-key map [remap newline] 'todos-go-to-source-item)
|
||||
map)
|
||||
"Todos Filtered Items mode keymap.")
|
||||
|
||||
|
|
@ -6170,7 +6170,7 @@ Added to `window-configuration-change-hook' in `todos-mode'."
|
|||
"Major mode for displaying, navigating and editing Todo lists.
|
||||
|
||||
\\{todos-mode-map}"
|
||||
(easy-menu-add todos-menu)
|
||||
;; (easy-menu-add todos-menu)
|
||||
(todos-modes-set-1)
|
||||
(todos-modes-set-2)
|
||||
(todos-modes-set-3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue