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:
parent
bfcff8f88a
commit
4a04046b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue