diff options
| author | Glenn Morris | 2018-02-26 13:35:30 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-26 13:35:30 -0500 |
| commit | 2ea62d635dd71ddb3368dd743ea9deb2bd68d34d (patch) | |
| tree | 0854067a32dc177f8e3d7774b2c5b25a817c8617 /lisp/term | |
| parent | 25271a63a01f5cfd7983713fb7a67b21c3c72b1c (diff) | |
| download | emacs-2ea62d635dd71ddb3368dd743ea9deb2bd68d34d.tar.gz emacs-2ea62d635dd71ddb3368dd743ea9deb2bd68d34d.zip | |
Update some lisp function declarations
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/w32-win.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 28eaeff6056..dc57160d04f 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -392,8 +392,12 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") | |||
| 392 | 392 | ||
| 393 | (declare-function w32-set-clipboard-data "w32select.c" | 393 | (declare-function w32-set-clipboard-data "w32select.c" |
| 394 | (string &optional ignored)) | 394 | (string &optional ignored)) |
| 395 | (declare-function w32-get-clipboard-data "w32select.c") | 395 | (declare-function w32-get-clipboard-data "w32select.c" |
| 396 | (declare-function w32-selection-exists-p "w32select.c") | 396 | (&optional ignored)) |
| 397 | (declare-function w32-selection-exists-p "w32select.c" | ||
| 398 | (&optional selection terminal)) | ||
| 399 | (declare-function w32-selection-targets "w32select.c" | ||
| 400 | (&optional selection terminal)) | ||
| 397 | 401 | ||
| 398 | ;;; Fix interface to (X-specific) mouse.el | 402 | ;;; Fix interface to (X-specific) mouse.el |
| 399 | (defun w32--set-selection (type value) | 403 | (defun w32--set-selection (type value) |