From 1e4f40db3ac4ab46ff22c1a3aaed9053787847af Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 27 Sep 2022 15:33:05 +0200 Subject: [PATCH] ; * lisp/image/wallpaper.el (wallpaper--format-arg): Fix typo. --- lisp/image/wallpaper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index 36bc7e91a69..4ad09e893c1 100644 --- a/lisp/image/wallpaper.el +++ b/lisp/image/wallpaper.el @@ -425,7 +425,7 @@ FILE is the image file name." (?M . ,(let* ((attrs (car (display-monitor-attributes-list))) (source (cdr (assq 'source attrs))) (monitor (cdr (assq 'name attrs)))) - (if (and monitor (member source '("XRandr" "XRandr 1.5" "Gdk"))) + (if (and monitor (member source '("XRandr" "XRandR 1.5" "Gdk"))) monitor "0"))) ;; workspace -- 2.39.2