comparison lisp/mail/mailclient.el @ 102257:4b59c52d2e8e

mailclient.el: declare clipboard-kill-ring-save
author David Reitter <david.reitter@gmail.com>
date Wed, 25 Feb 2009 03:44:03 +0000
parents a9dc0e7c3f2b
children bc30507da7f8
comparison
equal deleted inserted replaced
102256:ad51339f47b4 102257:4b59c52d2e8e
96 (setq first nil)) 96 (setq first nil))
97 (split-string 97 (split-string
98 (mail-strip-quoted-names field) "\, *")) 98 (mail-strip-quoted-names field) "\, *"))
99 result))))) 99 result)))))
100 100
101 (declare-function clipboard-kill-ring-save "menu-bar.el" (beg end))
102
101 ;;;###autoload 103 ;;;###autoload
102 (defun mailclient-send-it () 104 (defun mailclient-send-it ()
103 "Pass current buffer on to the system's mail client. 105 "Pass current buffer on to the system's mail client.
104 Suitable value for `send-mail-function'. 106 Suitable value for `send-mail-function'.
105 The mail client is taken to be the handler of mailto URLs." 107 The mail client is taken to be the handler of mailto URLs."