changeset 100469:75862ddb981c

2008-12-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-org-menu): Do not quote the set-tags command.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 17 Dec 2008 23:28:01 +0000
parents 78ef07127814
children 4d389d6ecc7a
files lisp/org/org.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/org.el	Wed Dec 17 23:27:45 2008 +0000
+++ b/lisp/org/org.el	Wed Dec 17 23:28:01 2008 +0000
@@ -13342,7 +13342,7 @@
      ["Priority Up" org-shiftup t]
      ["Priority Down" org-shiftdown t])
     ("TAGS and Properties"
-     ["Set Tags" 'org-set-tags-command t]
+     ["Set Tags" org-set-tags-command t]
      ["Change tag in region" 'org-change-tag-in-region (org-region-active-p)]
      "--"
      ["Set property" 'org-set-property t]