From 9bba995ac408d99bd58dced2af2a3e7e38b49706 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 19 Apr 2007 09:35:12 +0000 Subject: [PATCH] * epa-file.el (epa-file-encrypt-to): Make it permanent local. --- ChangeLog | 2 ++ epa-file.el | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ffef65e..4dfc84c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * epa-file.el (epa-file-insert-file-contents): Guess the value of epa-file-encrypt-to from 'encrypted-to context-result. + (epa-file-encrypt-to): Make it permanent local. + * epg.el (epg--status-ENC_TO): New function. 2007-04-04 Daiki Ueno diff --git a/epa-file.el b/epa-file.el index 68f9801..969cc3b 100644 --- a/epa-file.el +++ b/epa-file.el @@ -71,6 +71,9 @@ May either be a string or a list of strings.") val) t))))) +;;;###autoload +(put 'epa-file-encrypt-to 'permanent-local t) + (defvar epa-file-handler (cons epa-file-name-regexp 'epa-file-handler)) -- 1.7.10.4