projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8a17e
)
* lisp/w32-fns.el (w32--os-description): Fix minor logic error
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 14 May 2023 09:17:15 +0000
(11:17 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 14 May 2023 11:23:34 +0000
(13:23 +0200)
lisp/w32-fns.el
patch
|
blob
|
history
diff --git
a/lisp/w32-fns.el
b/lisp/w32-fns.el
index bb19706129e7b6687d1863221e3efa7f0d989f6c..d9b91cfb6eae4431dfdaff2ea5306401178f421c 100644
(file)
--- a/
lisp/w32-fns.el
+++ b/
lisp/w32-fns.el
@@
-331,7
+331,7
@@
names."
(vminor
(w32-read-registry 'HKLM key
"CurrentMinorVersionNumber")))
- (if (and vmajor vm
aj
or)
+ (if (and vmajor vm
in
or)
(format "%d.%d" vmajor vminor)
(w32-read-registry 'HKLM key "CurrentVersion")))))
(os-csd (w32-read-registry 'HKLM key "CSDVersion"))