]> git.eshelyaron.com Git - emacs.git/commitdiff
w32--os-description: Fix previous change
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 May 2019 12:34:36 +0000 (14:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 May 2019 12:34:36 +0000 (14:34 +0200)
* 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

index 2b6464ab98624c065ac72c0f6ecd27591ec45558..443a995cb8d1bf3ff021a6f134c7563bae46fc32 100644 (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))