diff options
| author | Glenn Morris | 2013-09-17 21:36:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-17 21:36:34 -0700 |
| commit | f4a1d572bca6f19bf59a3b333f2e588aaf065463 (patch) | |
| tree | fb9b3b095ac5f41b953171cf07f51abdb0442c61 | |
| parent | 38702b5be4c489fa9d42cc4998a4a30e975b1bbd (diff) | |
| download | emacs-f4a1d572bca6f19bf59a3b333f2e588aaf065463.tar.gz emacs-f4a1d572bca6f19bf59a3b333f2e588aaf065463.zip | |
* term/ns-win.el (x-handle-args): Declare.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/term/ns-win.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bb24cb549f..b2439d17b6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -27,6 +27,8 @@ | |||
| 27 | (x-last-selected-text-primary, x-last-selected-text-clipboard): | 27 | (x-last-selected-text-primary, x-last-selected-text-clipboard): |
| 28 | Declare. | 28 | Declare. |
| 29 | 29 | ||
| 30 | * term/ns-win.el (x-handle-args): Declare. | ||
| 31 | |||
| 30 | * term/x-win.el (x-select-enable-clipboard): Declare. | 32 | * term/x-win.el (x-select-enable-clipboard): Declare. |
| 31 | 33 | ||
| 32 | * term/w32-win.el (create-default-fontset): Declare. | 34 | * 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.") | |||
| 872 | (defvar ns-initialized nil | 872 | (defvar ns-initialized nil |
| 873 | "Non-nil if Nextstep windowing has been initialized.") | 873 | "Non-nil if Nextstep windowing has been initialized.") |
| 874 | 874 | ||
| 875 | (declare-function x-handle-args "common-win" (args)) | ||
| 875 | (declare-function ns-list-services "nsfns.m" ()) | 876 | (declare-function ns-list-services "nsfns.m" ()) |
| 876 | (declare-function x-open-connection "nsfns.m" | 877 | (declare-function x-open-connection "nsfns.m" |
| 877 | (display &optional xrm-string must-succeed)) | 878 | (display &optional xrm-string must-succeed)) |