]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-completion-hook-function): Add safe-magic prop.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Aug 2002 19:27:54 +0000 (19:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Aug 2002 19:27:54 +0000 (19:27 +0000)
lisp/files.el

index a42038b7fcc2f12b132fe9244cefc2a9355b7232..bc9c6dca38bafa49a647a36aa292e41f50afb580 100644 (file)
@@ -446,6 +446,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."