Merge branch 'restriction-lock-speed-keys'

This commit is contained in:
Bastien Guerry 2010-07-31 18:43:15 +02:00
commit d458125974
1 changed files with 2 additions and 0 deletions

View File

@ -16356,6 +16356,8 @@ BEG and END default to the buffer boundaries."
("Misc")
("o" . org-open-at-point)
("?" . org-speed-command-help)
("<" . (org-agenda-set-restriction-lock 'subtree))
(">" . (org-agenda-remove-restriction-lock))
)
"The default speed commands.")