]> git.eshelyaron.com Git - emacs.git/commitdiff
2008-12-17 Carsten Dominik <dominik@science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 17 Dec 2008 23:28:01 +0000 (23:28 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 17 Dec 2008 23:28:01 +0000 (23:28 +0000)
* org.el (org-org-menu): Do not quote the set-tags command.

lisp/org/org.el

index 3df04e22d29a75185d4fa514149c8019c0b17c7c..e42f6034311f8782ba6f1ec6083023dbace77f8f 100644 (file)
@@ -13342,7 +13342,7 @@ See the individual commands for more information."
      ["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]