summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-01-30 16:57:36 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-01-30 16:57:36 +0000
commitfd014ebf25216662c06644d820a165ab5af3fbfd (patch)
tree2bb682a0e0a1bbd15b607a1be69880f4d6cb67b0 /lisp/image-mode.el
parentcaf39874e03fc8d6d878063cc7db8b88cc599a35 (diff)
downloademacs-fd014ebf25216662c06644d820a165ab5af3fbfd.tar.gz
emacs-fd014ebf25216662c06644d820a165ab5af3fbfd.tar.bz2
emacs-fd014ebf25216662c06644d820a165ab5af3fbfd.zip
(image-toggle-display): Add `disabled' property.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r--lisp/image-mode.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 97f1a7902dc..3e10afcbfeb 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -173,6 +173,11 @@ and showing the image as an image."
(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