]> git.eshelyaron.com Git - emacs.git/commit
Replace image-dired-setup-dired-keybindings with a minor mode
authorMark Oteiza <mvoteiza@udel.edu>
Tue, 13 Dec 2016 16:32:04 +0000 (11:32 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Tue, 13 Dec 2016 16:32:04 +0000 (11:32 -0500)
commitbed0373855ea67ca0c393175e6b870b8a7c5ab9c
tree5aa71a69a9d686a9a93d1b301f742ef83844d637
parentdc833039179ee11dae9aeb15b7d75e7435f7f1c9
Replace image-dired-setup-dired-keybindings with a minor mode

* lisp/image-dired.el (image-dired-thumbnail-mode): Fix docstring to
remove mention of nonexistent image-dired-dired and to refer to the
new minor mode.
(image-dired-minor-mode-map): New keymap assimilated from
image-dired-setup-dired-keybindings.  In the future, the keymap parent
should be removed, and perhaps also the duplicate bindings that
already exist in dired-mode-map.
(image-dired-setup-dired-keybindings): Remove.  Replace with an
obsolete function alias.
(image-dired-minor-mode): New minor mode, assuming the role of
image-dired-setup-dired-keybindings.
lisp/image-dired.el