0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien 2020-01-30 15:41:22 +01:00
commit 11734ba22a

View file

@ -11633,8 +11633,6 @@ from the `before-change-functions' in the current buffer."
(defvar org-priority-regexp ".*?\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)" (defvar org-priority-regexp ".*?\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)"
"Regular expression matching the priority indicator.") "Regular expression matching the priority indicator.")
(defvar org-remove-priority-next-time nil)
(defun org-priority-up () (defun org-priority-up ()
"Increase the priority of the current item." "Increase the priority of the current item."
(interactive) (interactive)