diff options
-rw-r--r-- | lisp/w32-fns.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 8762fe772b8..2b6464ab986 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -305,7 +305,10 @@ names." ;;;; System name and version for emacsbug.el -(defun w32--os-description () +(declare-function w32-version "w32-win" ()) +(declare-function w32-read-registry "w32fns" (root key name)) + +(defun w32--os-descriptiono () "Return a string describing the underlying OS and its version." (let* ((w32ver (car (w32-version))) (w9x-p (< w32ver 5)) |