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:
parent
e630f18a8c
commit
f05e2ff2e3
@ -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…
Reference in New Issue
Block a user