]> code.delx.au - gnu-emacs/blobdiff - lisp/image-file.el
*** empty log message ***
[gnu-emacs] / lisp / image-file.el
index 13a2eeb591e3f6c40270a7a0d308ad9a6182c0c9..11676021afd276df0fc33a8b87d3a7ecba124f5f 100644 (file)
@@ -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.
@@ -181,4 +182,5 @@ Image files are those whose name has an extension in
 
 (provide 'image-file)
 
+;;; arch-tag: 04cafe36-f7ba-4c80-9f47-4cb656520ce1
 ;;; image-file.el ends here