diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:36:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:36:34 -0700 |
commit | f4a1d572bca6f19bf59a3b333f2e588aaf065463 (patch) | |
tree | fb9b3b095ac5f41b953171cf07f51abdb0442c61 /lisp/term/ns-win.el | |
parent | 38702b5be4c489fa9d42cc4998a4a30e975b1bbd (diff) | |
download | emacs-f4a1d572bca6f19bf59a3b333f2e588aaf065463.tar.gz |
* term/ns-win.el (x-handle-args): Declare.
Diffstat (limited to 'lisp/term/ns-win.el')
-rw-r--r-- | lisp/term/ns-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |