From 4a04046b7200b9c7201c252c23a8c313d4687b5f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 20 May 2019 14:34:36 +0200 Subject: [PATCH] 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). --- lisp/w32-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 2b6464ab986..443a995cb8d 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -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)) -- 2.39.2