Merge branch 'maint'
This commit is contained in:
commit
41a42abc1b
|
@ -9730,7 +9730,6 @@ This will remove the markers and the overlays."
|
|||
(interactive)
|
||||
(if (null org-agenda-bulk-marked-entries)
|
||||
(message "No entry to unmark")
|
||||
(mapc (lambda (m) (move-marker m nil)) org-agenda-bulk-marked-entries)
|
||||
(setq org-agenda-bulk-marked-entries nil)
|
||||
(org-agenda-bulk-remove-overlays (point-min) (point-max))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue