From: ueno Date: Wed, 12 Apr 2006 07:24:57 +0000 (+0000) Subject: Provide 'epg-file. X-Git-Tag: epgsm-branchpoint~121 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=03cd722dc739b7f7c60973b55d9531771d9609f0;hp=b1d05ceee17137266c8a4729bb0180fe265baae4;p=elisp%2Fepg.git Provide 'epg-file. --- diff --git a/epg-file.el b/epg-file.el index 856af40..dc48030 100644 --- 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