From: Stefan Kangas Date: Tue, 27 Sep 2022 13:33:05 +0000 (+0200) Subject: ; * lisp/image/wallpaper.el (wallpaper--format-arg): Fix typo. X-Git-Tag: emacs-29.0.90~1856^2~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e4f40db3ac4ab46ff22c1a3aaed9053787847af;p=emacs.git ; * lisp/image/wallpaper.el (wallpaper--format-arg): Fix typo. --- 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