w32--os-description: Fix previous change

* lisp/w32-fns.el (w32--os-description): Fix inadvertant "o" added
to the end of the function name in the previous patch (bug#35807).
This commit is contained in:
Lars Ingebrigtsen 2019-05-20 14:34:36 +02:00
parent bfcff8f88a
commit 4a04046b72

View file

@ -308,7 +308,7 @@ names."
(declare-function w32-version "w32-win" ())
(declare-function w32-read-registry "w32fns" (root key name))
(defun w32--os-descriptiono ()
(defun w32--os-description ()
"Return a string describing the underlying OS and its version."
(let* ((w32ver (car (w32-version)))
(w9x-p (< w32ver 5))