emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb 5ba511e 198/449: Dispense with the "insert a link


From: Stefan Monnier
Subject: [elpa] externals/gnorb 5ba511e 198/449: Dispense with the "insert a link" message
Date: Fri, 27 Nov 2020 23:15:38 -0500 (EST)

branch: externals/gnorb
commit 5ba511e95836acfb671ab93e1ebaf5b054d3e3ad
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Dispense with the "insert a link" message
    
    * lisp/gnorb-gnus.el (gnorb-gnus-incoming-do-todo): The proliferation of
      possible trigger actions means this message doesn't always make sense
      anymore.
---
 lisp/gnorb-gnus.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lisp/gnorb-gnus.el b/lisp/gnorb-gnus.el
index 9bae8e2..a754d5a 100644
--- a/lisp/gnorb-gnus.el
+++ b/lisp/gnorb-gnus.el
@@ -525,11 +525,7 @@ to t (it is, by default)."
                    "Trigger heading" nil t))
        (find-file (nth 1 targ))
        (goto-char (nth 3 targ))
-       (gnorb-trigger-todo-action)))
-    (message
-     "Insert a link to the message with org-insert-link (%s)"
-     (key-description
-      (where-is-internal 'org-insert-link nil t)))))
+       (gnorb-trigger-todo-action)))))
 
 ;;;###autoload
 (defun gnorb-gnus-search-messages (str &optional ret)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]