Procházet zdrojové kódy

Merge branch 'maint'

Nicolas Goaziou před 8 roky
rodič
revize
41a42abc1b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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))))