From: ueno Date: Thu, 19 Apr 2007 09:35:12 +0000 (+0000) Subject: * epa-file.el (epa-file-encrypt-to): Make it permanent local. X-Git-Tag: epg-0_0_12~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9bba995ac408d99bd58dced2af2a3e7e38b49706;p=elisp%2Fepg.git * epa-file.el (epa-file-encrypt-to): Make it permanent local. --- 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))