(image-file-handler): Put `safe-magic' property to

`image-file-handler'.
This commit is contained in:
Juri Linkov 2005-03-08 21:48:50 +00:00
parent 51d23bd053
commit 15a420bd3f

View 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.