From e092a5ba910fb16a4464e84a64c1c794a0dd9e62 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 20 Dec 2008 09:56:52 +0100 Subject: [PATCH] Integrate changes from downstream Emacs. --- lisp/ChangeLog | 2 +- lisp/org.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6aff66a21..77c0e4f09 100755 --- a/lisp/ChangeLog +++ b/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 diff --git a/lisp/org.el b/lisp/org.el index 100f3dbb3..4aacc199c 100644 --- a/lisp/org.el +++ b/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" -- 2.11.4.GIT