From 1aa8fe46657651c18db8fafb31ef3cbf4bf3accf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Aug 2002 02:57:31 +0000 Subject: [PATCH] (ange-ftp-completion-hook-function): Add safe-magic prop. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/files.el b/lisp/files.el index b2b75ac3cd7..abba36a5c07 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -445,6 +445,7 @@ and ignores this variable." (defvar view-read-only nil "*Non-nil means buffers visiting files read-only, do it in view mode.") +(put 'ange-ftp-completion-hook-function 'safe-magic t) (defun ange-ftp-completion-hook-function (op &rest args) "Provides support for ange-ftp host name completion. Runs the usual ange-ftp hook, but only for completion operations." -- 2.39.2