OSDN Git Service

* epa-file.el (epa-file-encrypt-to): Make it permanent local.
authorDaiki Ueno <ueno@unixuser.org>
Thu, 19 Apr 2007 09:35:12 +0000 (09:35 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Thu, 19 Apr 2007 09:35:12 +0000 (09:35 +0000)
ChangeLog
epa-file.el

index ffef65e..4dfc84c 100644 (file)
--- 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  <ueno@unixuser.org>
index 68f9801..969cc3b 100644 (file)
@@ -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))