1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* lisp/image-mode.el (image-mode-map): Add image-dired menu entry.

This commit is contained in:
Glenn Morris 2013-02-16 16:50:41 -08:00
parent e630f18a8c
commit f05e2ff2e3
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2013-02-17 Glenn Morris <rgm@gnu.org>
* image-mode.el (image-mode-map): Add image-dired menu entry.
* image-dired.el (tumme): Make this alias obsolete.
2013-02-16 Glenn Morris <rgm@gnu.org>

View File

@ -376,9 +376,15 @@ call."
:visible (eq image-type 'imagemagick)
:help "Rotate the image"]
"--"
["Next Image" image-next-file :active t
["Show Thumbnails"
(lambda ()
(interactive)
(image-dired default-directory))
:active default-directory
:help "Show thumbnails for all images in this directory"]
["Next Image" image-next-file :active buffer-file-name
:help "Move to next image in this directory"]
["Previous Image" image-previous-file :active t
["Previous Image" image-previous-file :active buffer-file-name
:help "Move to previous image in this directory"]
"--"
["Animate Image" image-toggle-animation :style toggle