aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-08-24 02:57:31 +0000
committerRichard M. Stallman <[email protected]>2002-08-24 02:57:31 +0000
commit1aa8fe46657651c18db8fafb31ef3cbf4bf3accf (patch)
treebb785002a1f61d28894dd80b7d9d9957c25ea1c3 /lisp/files.el
parent901e8d1dc5889073fe8acfcff3469ee32228a368 (diff)
(ange-ftp-completion-hook-function): Add safe-magic prop.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index b2b75ac3cd..abba36a5c0 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."