diff options
| author | Stefan Kangas | 2022-09-23 11:50:28 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-23 11:53:07 +0200 |
| commit | 8892abbaf92ebd2e8f968fe86270fba08bf1d07a (patch) | |
| tree | cec5fc97cb9ea76dd5ddb119f9c8739c88c8c9ea /lisp/image | |
| parent | 94380420e2cba7e2821b22fd8a46cd5b04c985ef (diff) | |
| download | emacs-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.el | 1 | ||||
| -rw-r--r-- | lisp/image/wallpaper.el | 1 |
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 | ||