emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/url-vars.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-vars.el
Date: Sat, 17 Sep 2005 00:59:02 -0400

Index: emacs/lisp/url/url-vars.el
diff -c emacs/lisp/url/url-vars.el:1.13 emacs/lisp/url/url-vars.el:1.14
*** emacs/lisp/url/url-vars.el:1.13     Sat Aug  6 15:55:38 2005
--- emacs/lisp/url/url-vars.el  Sat Sep 17 04:59:02 2005
***************
*** 174,182 ****
                       (string :tag "Encoding")))
    :group 'url-mime)
  
! (defcustom url-mail-command (if (fboundp 'compose-mail)
!                               'compose-mail
!                             'url-mail)
    "*This function will be called whenever url needs to send mail.
  It should enter a mail-mode-like buffer in the current window.
  The commands `mail-to' and `mail-subject' should still work in this
--- 174,180 ----
                       (string :tag "Encoding")))
    :group 'url-mime)
  
! (defcustom url-mail-command 'compose-mail
    "*This function will be called whenever url needs to send mail.
  It should enter a mail-mode-like buffer in the current window.
  The commands `mail-to' and `mail-subject' should still work in this




reply via email to

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