Browse Source

Integrate changes from downstream Emacs.

Carsten Dominik 16 years ago
parent
commit
e092a5ba91
2 changed files with 3 additions and 3 deletions
  1. 1 1
      lisp/ChangeLog
  2. 2 2
      lisp/org.el

+ 1 - 1
lisp/ChangeLog

@@ -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>

+ 2 - 2
lisp/org.el

@@ -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"