mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
Get rid of default wallpaper-setter constructor
* lisp/image/wallpaper.el (wallpaper-setter): Actually get rid of the default constructor.
This commit is contained in:
parent
bb9df76dc9
commit
93b9cf4184
@ -84,7 +84,8 @@ the image file to set the wallpaper to.")
|
||||
;;; Finding the wallpaper command
|
||||
|
||||
(cl-defstruct (wallpaper-setter
|
||||
;; Rename the default constructor from `make-wallpaper-cmd'.
|
||||
;; Get rid of the default constructor (`make-wallpaper-cmd').
|
||||
(:constructor nil)
|
||||
(:constructor
|
||||
wallpaper-setter-create
|
||||
( name command args-raw
|
||||
|
Loading…
Reference in New Issue
Block a user