From: Juri Linkov Date: Tue, 8 Mar 2005 21:48:50 +0000 (+0000) Subject: (image-file-handler): Put `safe-magic' property to X-Git-Tag: ttn-vms-21-2-B4~1873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15a420bd3f415e4134d89f9c204ce4f5a18c0d3d;p=emacs.git (image-file-handler): Put `safe-magic' property to `image-file-handler'. --- 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.