emacs-diffs
[Top][All Lists]
Advanced

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

master b1b2f49: Fix mh-e compilation warning


From: Lars Ingebrigtsen
Subject: master b1b2f49: Fix mh-e compilation warning
Date: Thu, 7 Oct 2021 11:36:21 -0400 (EDT)

branch: master
commit b1b2f490c54703648737b2b54a7ee500667fe127
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix mh-e compilation warning
    
    * lisp/mh-e/mh-comp.el (mh-compose-and-send-mail): Adjust doc string.
    
    * lisp/mh-e/mh-identity.el (mh-identity-make-menu): Don't call the
    obsolete `mh-identity-add-menu' function (that now does nothing).
---
 lisp/mh-e/mh-comp.el     | 1 -
 lisp/mh-e/mh-identity.el | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el
index cbbfd76..1eacc50 100644
--- a/lisp/mh-e/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -1077,7 +1077,6 @@ letter."
   ;; Insert identity.
   (mh-insert-identity mh-identity-default t)
   (mh-identity-make-menu)
-  (mh-identity-add-menu)
 
   ;; Cleanup possibly RFC2047 encoded subject header
   (mh-decode-message-subject)
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el
index 656dc65..cd7f089 100644
--- a/lisp/mh-e/mh-identity.el
+++ b/lisp/mh-e/mh-identity.el
@@ -54,8 +54,7 @@ This is normally set as part of an Identity in
 (defun mh-identity-make-menu ()
   "Build the Identity menu.
 This should be called any time `mh-identity-list' or
-`mh-auto-fields-list' change.
-See `mh-identity-add-menu'."
+`mh-auto-fields-list' change."
   (easy-menu-define mh-identity-menu mh-letter-mode-map
     "MH-E identity menu"
     (append



reply via email to

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