|
@@ -10770,6 +10770,8 @@ ACTION can be `set', `up', `down', or a character."
|
|
have t)
|
|
have t)
|
|
(setq current org-default-priority))
|
|
(setq current org-default-priority))
|
|
(cond
|
|
(cond
|
|
|
|
+ ((eq action 'remove)
|
|
|
|
+ (setq remote t new ?\ ))
|
|
((or (eq action 'set)
|
|
((or (eq action 'set)
|
|
(if (featurep 'xemacs) (characterp action) (integerp action)))
|
|
(if (featurep 'xemacs) (characterp action) (integerp action)))
|
|
(if (not (eq action 'set))
|
|
(if (not (eq action 'set))
|