branch: externals/ssh-deploy commit 104a3844615669b076008aba67f99afc5d9e1234 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Fixed lambda function predicate function --- ssh-deploy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-deploy.el b/ssh-deploy.el index e64d076..815e973 100644 --- a/ssh-deploy.el +++ b/ssh-deploy.el @@ -283,7 +283,7 @@ :type 'lambda :group 'ssh-deploy) (put 'ssh-deploy-script 'permanent-local t) -(put 'ssh-deploy-script 'safe-local-variable 'fboundp) +(put 'ssh-deploy-script 'safe-local-variable 'functionp) (defconst ssh-deploy--status-idle 0 "The idle mode-line status.")