]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image/wallpaper.el (wallpaper--format-arg): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Tue, 27 Sep 2022 13:33:05 +0000 (15:33 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 27 Sep 2022 13:33:09 +0000 (15:33 +0200)
lisp/image/wallpaper.el

index 36bc7e91a6927ecdc4eb9a94a8d1345325fa0940..4ad09e893c1a16aff984c767dedf8ceb8e18b06f 100644 (file)
@@ -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