branch: externals/ssh-deploy
commit 89f9dd68f87e97d727003811b6be007ca1afacb9
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Fixed DirectoryVariable run script predicate function
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 1fda4b0..e64d076 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 'funcp)
+(put 'ssh-deploy-script 'safe-local-variable 'fboundp)
 
 (defconst ssh-deploy--status-idle 0
   "The idle mode-line status.")

Reply via email to