]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.
authorStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 16:49:17 +0000 (18:49 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 16:55:24 +0000 (18:55 +0200)
lisp/url/url-privacy.el

index f897248fe4c7c075b706c403cefc289affda0df3..93a512c02edab477e1c8f2500803d96f39c569e2 100644 (file)
@@ -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")