emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4a04046: w32--os-description: Fix previous change


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 4a04046: w32--os-description: Fix previous change
Date: Mon, 20 May 2019 08:35:39 -0400 (EDT)

branch: master
commit 4a04046b7200b9c7201c252c23a8c313d4687b5f
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 2b6464a..443a995 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]