diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-11-05 21:34:36 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-11-05 21:34:36 +0000 |
commit | 161ab819573791270ca492a9e1674d38e24d8799 (patch) | |
tree | f1d1ef6cfe51c05eb0cedf4377f319dfec91c093 /lisp/w32-fns.el | |
parent | 178a6a455ec577c7982c0ce156107d0696d43031 (diff) | |
download | emacs-161ab819573791270ca492a9e1674d38e24d8799.tar.gz |
(w32-version): New function.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 0f30dd63bea..d63d5b0ec5e 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -46,6 +46,12 @@ ;; same buffer. (setq find-file-visit-truename t) +(defun w32-version () + "Return the MS-Windows version numbers. +The value is a list of three integers: the major and minor version +numbers, and the build number." + (x-server-version)) + (defvar w32-system-shells '("cmd" "cmd.exe" "command" "command.com" "4nt" "4nt.exe" "4dos" "4dos.exe" "ndos" "ndos.exe") |