emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy 89f9dd6 169/173: Fixed DirectoryVariable run


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 89f9dd6 169/173: Fixed DirectoryVariable run script predicate function
Date: Sat, 20 Oct 2018 10:36:51 -0400 (EDT)

branch: externals/ssh-deploy
commit 89f9dd68f87e97d727003811b6be007ca1afacb9
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]