mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.
This commit is contained in:
parent
409b581b09
commit
2be7ed257b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user