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:
b1d05ce
)
Provide 'epg-file.
author
ueno
<ueno>
Wed, 12 Apr 2006 07:24:57 +0000
(07:24 +0000)
committer
ueno
<ueno>
Wed, 12 Apr 2006 07:24:57 +0000
(07:24 +0000)
epg-file.el
patch
|
blob
|
history
diff --git
a/epg-file.el
b/epg-file.el
index
856af40
..
dc48030
100644
(file)
--- a/
epg-file.el
+++ b/
epg-file.el
@@
-152,3
+152,7
@@
with GnuPG."
(setq auto-mode-alist
(cons (list epg-file-name-regexp nil 'strip-suffix)
auto-mode-alist)))
+
+(provide 'epg-file)
+
+;;; epg-file.el ends here