aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image
diff options
context:
space:
mode:
authorStefan Kangas2022-09-23 11:50:28 +0200
committerStefan Kangas2022-09-23 11:53:07 +0200
commit8892abbaf92ebd2e8f968fe86270fba08bf1d07a (patch)
treecec5fc97cb9ea76dd5ddb119f9c8739c88c8c9ea /lisp/image
parent94380420e2cba7e2821b22fd8a46cd5b04c985ef (diff)
downloademacs-8892abbaf92ebd2e8f968fe86270fba08bf1d07a.tar.gz
emacs-8892abbaf92ebd2e8f968fe86270fba08bf1d07a.zip
Autoload wallpaper-set
* lisp/image/wallpaper.el (wallpaper-set): Autoload. * lisp/image-mode.el (wallpaper): * lisp/image/image-dired.el (wallpaper): * lisp/thumbs.el (wallpaper): Don't require.
Diffstat (limited to 'lisp/image')
-rw-r--r--lisp/image/image-dired.el1
-rw-r--r--lisp/image/wallpaper.el1
2 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index 41ed05f191a..bcff62484fd 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -133,7 +133,6 @@
133 133
134(require 'dired) 134(require 'dired)
135(require 'image-mode) 135(require 'image-mode)
136(require 'wallpaper)
137(require 'widget) 136(require 'widget)
138(require 'xdg) 137(require 'xdg)
139 138
diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el
index 31091a6002c..aea13227a80 100644
--- a/lisp/image/wallpaper.el
+++ b/lisp/image/wallpaper.el
@@ -279,6 +279,7 @@ See also `wallpaper-default-width'.")
279(declare-function w32-set-wallpaper "w32fns.c") 279(declare-function w32-set-wallpaper "w32fns.c")
280(declare-function haiku-set-wallpaper "term/haiku-win.el") 280(declare-function haiku-set-wallpaper "term/haiku-win.el")
281 281
282;;;###autoload
282(defun wallpaper-set (file) 283(defun wallpaper-set (file)
283 "Set the desktop background to FILE in a graphical environment. 284 "Set the desktop background to FILE in a graphical environment.
284 285