(image-file-handler): Put `safe-magic' property to
`image-file-handler'.
This commit is contained in:
parent
51d23bd053
commit
15a420bd3f
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue