mailclient.el: declare clipboard-kill-ring-save
This commit is contained in:
parent
8bec9e5c6e
commit
ddf6d79fd8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-02-25 David Reitter <david.reitter@gmail.com>
|
||||
|
||||
* mail/mailclient.el: declare clipboard-kill-ring-save
|
||||
|
||||
2009-02-25 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
|
||||
|
|
|
@ -98,6 +98,8 @@ supported. Defaults to non-nil on Windows, nil otherwise."
|
|||
(mail-strip-quoted-names field) "\, *"))
|
||||
result)))))
|
||||
|
||||
(declare-function clipboard-kill-ring-save "menu-bar.el" (beg end))
|
||||
|
||||
;;;###autoload
|
||||
(defun mailclient-send-it ()
|
||||
"Pass current buffer on to the system's mail client.
|
||||
|
|
Loading…
Add table
Reference in a new issue