summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-08-22 22:28:01 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-08-22 22:28:01 +0000
commitd1d45b92cc43f06b7b65202675585e49cf52a3e3 (patch)
tree3b89e2910f8c001bc0a2863bba563471010a2d2e /lisp/image-mode.el
parentfc45cdb952ee1bca58c22886f8072e5fc5933543 (diff)
downloademacs-d1d45b92cc43f06b7b65202675585e49cf52a3e3.tar.gz
(image-minor-mode): Use image-mode-text-map.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r--lisp/image-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index d4a6938a742..3b95bf20cc8 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -230,7 +230,7 @@ to toggle between display as an image and display as text."
"Toggle Image minor mode.
With arg, turn Image minor mode on if arg is positive, off otherwise.
See the command `image-mode' for more information on this mode."
- nil " Image" image-mode-map
+ nil " Image" image-mode-text-map
:group 'image
:version "22.1"
(if (not image-minor-mode)