Skip to content

Commit 50fd933

Browse files
committed
Use name hmail:compose-mail-function
1 parent 93a2880 commit 50fd933

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hgnus-mail.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Author: Mats Lidell
44
;;
55
;; Orig-Date: 17-Dec-22 at 22:04:19
6-
;; Last-Mod: 18-Feb-23 at 10:31:45 by Mats Lidell
6+
;; Last-Mod: 31-Oct-23 at 15:00:34 by Mats Lidell
77
;;
88
;; Copyright (C) 2023 Free Software Foundation, Inc.
99
;; See the "HY-COPY" file for license information.
@@ -21,6 +21,7 @@
2121

2222
(require 'gnus-sum)
2323
(require 'gnus-art)
24+
(require 'hmail)
2425

2526
;;; ************************************************************************
2627
;;; Public functions
@@ -30,7 +31,7 @@
3031
(defun Gnus-mail-init ()
3132
"Initialize Hyperbole support for Gnus mail reading."
3233
(interactive)
33-
(setq hmail:compose-mail-func 'hgnus-mail--message-mail-other-window
34+
(setq hmail:compose-mail-function 'hgnus-mail--message-mail-other-window
3435
hmail:composer 'message-mode
3536
hmail:lister 'gnus-summary-mode
3637
hmail:modifier 'message-mode

0 commit comments

Comments
 (0)