projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2527d60
)
* epa-file.el (epa-file-encrypt-to): Make it permanent local.
author
ueno
<ueno>
Thu, 19 Apr 2007 09:35:12 +0000
(09:35 +0000)
committer
ueno
<ueno>
Thu, 19 Apr 2007 09:35:12 +0000
(09:35 +0000)
ChangeLog
patch
|
blob
|
history
epa-file.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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>
diff --git
a/epa-file.el
b/epa-file.el
index
68f9801
..
969cc3b
100644
(file)
--- 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))