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:
parent
901e8d1dc5
commit
1aa8fe4665
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user