summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2015-07-04 09:37:16 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2015-07-04 09:37:16 +0200
commit5a3ab2a7fd32af3fbfcfd0353c39a28b9646827d (patch)
treed2a1ad496baa5ba1af71a3078f105be26d006df7
parent747fefe2b0c92790b0570775650631525aeab233 (diff)
downloadorg-mode-5a3ab2a7fd32af3fbfcfd0353c39a28b9646827d.tar.gz
Fix message text in `org-toggle-sticky-agenda'
* org-agenda.el (org-toggle-sticky-agenda): Dropped the irritating 'was' from the message.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 32509a5..2fb5403 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2070,7 +2070,7 @@ When nil, `q' will kill the single agenda buffer."
(setq org-agenda-sticky new-value)
(org-agenda-kill-all-agenda-buffers)
(and (org-called-interactively-p 'interactive)
- (message "Sticky agenda was %s"
+ (message "Sticky agenda %s"
(if org-agenda-sticky "enabled" "disabled"))))))
(defvar org-agenda-buffer nil