# HG changeset patch # User Chong Yidong # Date 1170176256 0 # Node ID 570ac6b1951aef32ce18b3b2bb182fe93810a211 # Parent 96ca40f6d5d9de52640efed7f8ea3a07ac5a854f (image-toggle-display): Add `disabled' property. diff -r 96ca40f6d5d9 -r 570ac6b1951a lisp/image-mode.el --- a/lisp/image-mode.el Tue Jan 30 16:57:18 2007 +0000 +++ b/lisp/image-mode.el Tue Jan 30 16:57:36 2007 +0000 @@ -173,6 +173,11 @@ (if (called-interactively-p) (message "Repeat this command to go back to displaying the file as text"))))) +(put 'image-toggle-display 'disabled "\ +WARNING: Displaying images can be a security risk. +Please make sure you're using up-to-date image libraries +and the images displayed come from a trusted source.") + (provide 'image-mode) ;; arch-tag: b5b2b7e6-26a7-4b79-96e3-1546b5c4c6cb