mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.
This commit is contained in:
parent
409b581b09
commit
2be7ed257b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue