summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-02-05 10:41:49 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2018-02-05 10:41:49 +0100
commit33cbd808507171deed0a0364efafc160727c8a6a (patch)
tree05a78915cc8200bebeac18284bd1451831e0c7e5
parentcdacaa5e879272999d483409f51e7bbf0254d1ba (diff)
downloadorg-mode-33cbd808507171deed0a0364efafc160727c8a6a.tar.gz
org-agenda: Remove superfluous messages at bulk marking
-rw-r--r--lisp/org-agenda.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 35bb990..67f5907 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -9756,9 +9756,9 @@ When ARG is greater than one mark ARG lines."
(goto-char (next-single-property-change (point) 'org-hd-marker)))
(beginning-of-line 2))
(while (and (get-char-property (point) 'invisible) (not (eobp)))
- (beginning-of-line 2))
- (message "%d entries marked for bulk action"
- (length org-agenda-bulk-marked-entries))))))
+ (beginning-of-line 2)))))
+ (message "%d entries marked for bulk action"
+ (length org-agenda-bulk-marked-entries)))
(defun org-agenda-bulk-mark-all ()
"Mark all entries for future agenda bulk action."