Integrate changes from downstream Emacs.

This commit is contained in:
Carsten Dominik 2008-12-20 09:56:52 +01:00
parent 9c042e68e8
commit e092a5ba91
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
* org-agenda.el (org-agenda-change-all-lines): New argument
FORCE-TAGS.
(org-agenda-set-tags): Cet the new tags and pas them to
(org-agenda-set-tags): Cet the new tags and pass them to
`org-format-agenda-item'.
2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>

View File

@ -13365,9 +13365,9 @@ See the individual commands for more information."
["Priority Down" org-shiftdown t])
("TAGS and Properties"
["Set Tags" org-set-tags-command t]
["Change tag in region" 'org-change-tag-in-region (org-region-active-p)]
["Change tag in region" org-change-tag-in-region (org-region-active-p)]
"--"
["Set property" 'org-set-property t]
["Set property" org-set-property t]
["Column view of properties" org-columns t]
["Insert Column View DBlock" org-insert-columns-dblock t])
("Dates and Scheduling"