1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(ange-ftp-completion-hook-function): Add safe-magic prop.

This commit is contained in:
Richard M. Stallman 2002-08-24 02:57:31 +00:00
parent 901e8d1dc5
commit 1aa8fe4665

View File

@ -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."