X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb..a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274:/lisp/w32-fns.el diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 20f1a1b560..cb21d4b08c 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -1,4 +1,4 @@ -;;; w32-fns.el --- Lisp routines for Windows NT +;;; w32-fns.el --- Lisp routines for 32-bit Windows ;; Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc. @@ -285,7 +285,7 @@ Note that on MS-Windows, primary and secondary selections set by Emacs are not available to other programs." (put 'x-selections (or type 'PRIMARY) data)) -(defun x-get-selection (&optional type data-type) +(defun x-get-selection (&optional type _data-type) "Return the value of an X Windows selection. The argument TYPE (default `PRIMARY') says which selection, and the argument DATA-TYPE (default `STRING') says @@ -335,6 +335,8 @@ This function is provided for backward compatibility, since (global-set-key [lwindow] 'ignore) (global-set-key [rwindow] 'ignore) +(defvar w32-charset-info-alist) ; w32font.c + (defun w32-add-charset-info (xlfd-charset windows-charset codepage) "Function to add character sets to display with Windows fonts. Creates entries in `w32-charset-info-alist'. @@ -431,6 +433,11 @@ Consult the selection. Treat empty strings as if they were unset." ;;;; Support for build process + +;; From autoload.el +(defvar autoload-make-program) +(defvar generated-autoload-file) + (defun w32-batch-update-autoloads () "Like `batch-update-autoloads', but takes the name of the autoloads file from the command line.