diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-31 05:52:11 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-03 10:44:04 +0200 |
commit | 504d5c2da867a932f7bb43af8be114607d70a572 (patch) | |
tree | 351264d8bb907ec3a253615bc64ae0e94610a3af /lisp/image/image-dired-external.el | |
parent | e50674833d9ba6eed2ec47ec2f0e867596713523 (diff) | |
download | emacs-504d5c2da867a932f7bb43af8be114607d70a572.tar.gz emacs-504d5c2da867a932f7bb43af8be114607d70a572.tar.bz2 emacs-504d5c2da867a932f7bb43af8be114607d70a572.zip |
image-dired: Minor cleanups
* lisp/image/image-dired-dired.el
(image-dired-dired-after-readin-hook, image-dired-minor-mode):
Minor doc fixes.
(image-dired-dired-display-image): Don't accept ineffectual prefix
argument.
* lisp/image/image-dired-util.el
(image-dired-file-name-at-point): Use when-let.
(image-dired-display-thumb-properties): Redefine as obsolete function
alias for 'image-dired-update-header-line'.
* lisp/image/image-dired-util.el
(image-dired-window-width-pixels): Make obsolete in favor of
window-body-width.
* lisp/image/image-dired.el (image-dired-line-up-dynamic)
(image-dired-display-window-width): Don't use above obsolete function.
Diffstat (limited to 'lisp/image/image-dired-external.el')
-rw-r--r-- | lisp/image/image-dired-external.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/image/image-dired-external.el b/lisp/image/image-dired-external.el index 893d3da843d..c26cedc9f2c 100644 --- a/lisp/image/image-dired-external.el +++ b/lisp/image/image-dired-external.el @@ -142,8 +142,7 @@ Available format specifiers are the same as in :version "26.1" :type '(repeat (string :tag "Argument"))) -(defcustom image-dired-cmd-rotate-original-program - "jpegtran" +(defcustom image-dired-cmd-rotate-original-program "jpegtran" "Executable used to rotate original image. Used together with `image-dired-cmd-rotate-original-options'." :type 'file) @@ -171,8 +170,7 @@ original image file name and %t which is replaced by Used together with `image-dired-cmd-write-exif-data-options'." :type 'file) -(defcustom image-dired-cmd-write-exif-data-options - '("-%t=%v" "%f") +(defcustom image-dired-cmd-write-exif-data-options '("-%t=%v" "%f") "Arguments of command used to write EXIF data. Used with `image-dired-cmd-write-exif-data-program'. Available format specifiers are: %f which is replaced by |