projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409b581
)
; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.
author
Stefan Kangas
<stefan@marxist.se>
Tue, 2 Aug 2022 16:49:17 +0000
(18:49 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 2 Aug 2022 16:55:24 +0000
(18:55 +0200)
lisp/url/url-privacy.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-privacy.el
b/lisp/url/url-privacy.el
index f897248fe4c7c075b706c403cefc289affda0df3..93a512c02edab477e1c8f2500803d96f39c569e2 100644
(file)
--- a/
lisp/url/url-privacy.el
+++ b/
lisp/url/url-privacy.el
@@
-43,7
+43,7
@@
;; combinations
((eq system-type 'windows-nt) "Windows-NT; 32bit")
((eq system-type 'ms-dos) "MS-DOS; 32bit")
-
((memq (or window-system 'tty)
'(win32 w32)) "Windows; 32bit")
+
((memq window-system
'(win32 w32)) "Windows; 32bit")
(t
(pcase (or window-system 'tty)
('x "X11")