mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-31 04:41:23 -08:00
Fix declaration syntax of 'image-dired--on-file-in-dired-buffer'.
* lisp/image-dired.el (image-dired--on-file-in-dired-buffer): Fix declaration syntax.
This commit is contained in:
parent
44c4139dfb
commit
4422ed2c19
1 changed files with 2 additions and 2 deletions
|
|
@ -1499,8 +1499,8 @@ comment."
|
|||
(defmacro image-dired--on-file-in-dired-buffer (&rest body)
|
||||
"Run BODY with point on file at point in Dired buffer.
|
||||
Should be called from commands in `image-dired-thumbnail-mode'."
|
||||
(declare ((indent defun)
|
||||
(debug 1)))
|
||||
(declare (indent defun)
|
||||
(debug 1))
|
||||
`(let ((file-name (image-dired-original-file-name))
|
||||
(dired-buf (image-dired-associated-dired-buffer)))
|
||||
(if (not (and dired-buf file-name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue