(message-mailto): Should accept other parameters.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 8 Nov 2010 21:09:04 +0000 (22:09 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 8 Nov 2010 21:09:04 +0000 (22:09 +0100)
lisp/ChangeLog
lisp/message.el

index 52f4e56..ce0e63d 100644 (file)
@@ -1,6 +1,7 @@
 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.el (message-mailto): New function.
+       (message-mailto): Should accept other parameters.
 
 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 4de2c20..22bf45b 100644 (file)
@@ -6552,7 +6552,7 @@ is a function used to switch to and display the mail buffer."
     t))
 
 ;;;###autoload
-(defun message-mailto (url)
+(defun message-mailto (url &rest args)
   "Send a mail message to URL.
 The URL should be on the form \"mailto:<address>?params\"."
   (when (string-match "\\`mailto:" url)