From: Carsten Dominik Date: Wed, 17 Dec 2008 23:28:01 +0000 (+0000) Subject: 2008-12-17 Carsten Dominik X-Git-Tag: emacs-pretest-23.0.90~1053 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=579d2d62aa3cee4a06a4488bd7f6d0b6d4450056;p=emacs.git 2008-12-17 Carsten Dominik * org.el (org-org-menu): Do not quote the set-tags command. --- diff --git a/lisp/org/org.el b/lisp/org/org.el index 3df04e22d29..e42f6034311 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]