Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 years ago
parent
commit
41a42abc1b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/org-agenda.el

+ 0 - 1
lisp/org-agenda.el

@@ -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))))