aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorCarsten Dominik <[email protected]>2008-12-17 23:28:01 +0000
committerCarsten Dominik <[email protected]>2008-12-17 23:28:01 +0000
commit579d2d62aa3cee4a06a4488bd7f6d0b6d4450056 (patch)
tree85439a558f33956539a401a0cbfedc088276c656 /lisp
parent521beede0c6faef457758f0c9c4ff41151386ddc (diff)
2008-12-17 Carsten Dominik <[email protected]>
* org.el (org-org-menu): Do not quote the set-tags command.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/org/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 3df04e22d2..e42f603431 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -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]