diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-08-24 02:57:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-08-24 02:57:31 +0000 |
commit | 1aa8fe46657651c18db8fafb31ef3cbf4bf3accf (patch) | |
tree | bb785002a1f61d28894dd80b7d9d9957c25ea1c3 /lisp/files.el | |
parent | 901e8d1dc5889073fe8acfcff3469ee32228a368 (diff) | |
download | emacs-1aa8fe46657651c18db8fafb31ef3cbf4bf3accf.tar.gz |
(ange-ftp-completion-hook-function): Add safe-magic prop.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." |