Kaynağa Gözat

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

* org-agenda.el (org-toggle-sticky-agenda): Dropped the irritating 'was'
  from the message.
Marco Wahl 9 yıl önce
ebeveyn
işleme
5a3ab2a7fd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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