From 15a420bd3f415e4134d89f9c204ce4f5a18c0d3d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 8 Mar 2005 21:48:50 +0000 Subject: [PATCH] (image-file-handler): Put `safe-magic' property to `image-file-handler'. --- lisp/image-file.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/image-file.el b/lisp/image-file.el index 4a13019a090..11676021afd 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -135,6 +135,7 @@ the command `insert-file-contents'." (setq truncate-lines t)))) rval)) +(put 'image-file-handler 'safe-magic t) (defun image-file-handler (operation &rest args) "Filename handler for inserting image files. OPERATION is the operation to perform, on ARGS. -- 2.39.2