org.el (org-priority): Don't use `org-preserve-lc'

* org.el (org-priority): Don't use `org-preserve-lc' as it is
not necessary here.
This commit is contained in:
Bastien Guerry 2014-01-20 22:40:37 +01:00
parent 5f38f7b7b0
commit ac7fb4dd79
1 changed files with 1 additions and 1 deletions

View File

@ -13882,7 +13882,7 @@ ACTION can be `set', `up', `down', or a character."
(insert " [#" news "]")) (insert " [#" news "]"))
(goto-char (match-beginning 3)) (goto-char (match-beginning 3))
(insert "[#" news "] ")))) (insert "[#" news "] "))))
(org-preserve-lc (org-set-tags nil 'align))) (org-set-tags nil 'align))
(if remove (if remove
(message "Priority removed") (message "Priority removed")
(message "Priority of current item set to %s" news))))) (message "Priority of current item set to %s" news)))))