From: Glenn Morris Date: Wed, 18 Sep 2013 04:36:34 +0000 (-0700) Subject: * term/ns-win.el (x-handle-args): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4a1d572bca6f19bf59a3b333f2e588aaf065463;p=emacs.git * term/ns-win.el (x-handle-args): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bb24cb549f..b2439d17b6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -27,6 +27,8 @@ (x-last-selected-text-primary, x-last-selected-text-clipboard): Declare. + * term/ns-win.el (x-handle-args): Declare. + * term/x-win.el (x-select-enable-clipboard): Declare. * term/w32-win.el (create-default-fontset): Declare. diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 225f809d70b..53c602048ff 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -872,6 +872,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") (defvar ns-initialized nil "Non-nil if Nextstep windowing has been initialized.") +(declare-function x-handle-args "common-win" (args)) (declare-function ns-list-services "nsfns.m" ()) (declare-function x-open-connection "nsfns.m" (display &optional xrm-string must-succeed))