emacs-diffs
[Top][All Lists]
Advanced

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

master 2be7ed257b: ; * lisp/url/url-privacy.el (url-setup-privacy-info):


From: Stefan Kangas
Subject: master 2be7ed257b: ; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.
Date: Tue, 2 Aug 2022 12:55:54 -0400 (EDT)

branch: master
commit 2be7ed257b06539ad3a6180d8c9e57f475455ec8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.
---
 lisp/url/url-privacy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el
index f897248fe4..93a512c02e 100644
--- 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")



reply via email to

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