aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/mailclient.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69627ddb899..17ff4093e45 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-02-25 David Reitter <david.reitter@gmail.com>
2
3 * mail/mailclient.el: declare clipboard-kill-ring-save
4
12009-02-25 Kenichi Handa <handa@m17n.org> 52009-02-25 Kenichi Handa <handa@m17n.org>
2 6
3 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region. 7 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el
index ab99410bbdc..8610f192d97 100644
--- a/lisp/mail/mailclient.el
+++ b/lisp/mail/mailclient.el
@@ -98,6 +98,8 @@ supported. Defaults to non-nil on Windows, nil otherwise."
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.