Mercurial > emacs
changeset 60523:2fa021a3a2fb
(image-file-handler): Put `safe-magic' property to
`image-file-handler'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 08 Mar 2005 21:48:50 +0000 |
parents | 66456f4ae924 |
children | d77fe7e90fb5 |
files | lisp/image-file.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-file.el Tue Mar 08 21:47:03 2005 +0000 +++ b/lisp/image-file.el Tue Mar 08 21:48:50 2005 +0000 @@ -135,6 +135,7 @@ (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.