]> git.eshelyaron.com Git - emacs.git/commitdiff
(image-minor-mode): Use image-mode-text-map.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 22 Aug 2007 22:28:01 +0000 (22:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 22 Aug 2007 22:28:01 +0000 (22:28 +0000)
lisp/image-mode.el

index d4a6938a74211bed3b836ec08ce92f1980b441d1..3b95bf20cc8c5a398b36614ee3d05cf7a090c911 100644 (file)
@@ -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)