* lisp/image-mode.el (image-mode-map): Add image-dired menu entry.
This commit is contained in:
parent
e630f18a8c
commit
f05e2ff2e3
2 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue