Fix message text in `org-toggle-sticky-agenda'

* org-agenda.el (org-toggle-sticky-agenda): Dropped the irritating 'was'
  from the message.
This commit is contained in:
Marco Wahl 2015-07-04 09:37:16 +02:00
parent 747fefe2b0
commit 5a3ab2a7fd
1 changed files with 1 additions and 1 deletions

View File

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