From bd9a66dd0927a7262f8ee645d54bff79b5593ab5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 25 Jul 2008 05:44:01 +0000 Subject: [PATCH] (image-minor-mode): Set up winprops. --- lisp/image-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 00f222586b2..78b4ab53547 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -361,6 +361,7 @@ See the command `image-mode' for more information on this mode." (if (image-get-display-property) (setq cursor-type nil truncate-lines t) (setq image-type "text")) + (image-mode-setup-winprops) (add-hook 'change-major-mode-hook (lambda () (image-minor-mode -1)) nil t) (message "%s" (concat (substitute-command-keys "Type \\[image-toggle-display] to view the image as ") -- 2.39.2