]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide/require epa-hook, not epa-file-hook.
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 May 2008 11:24:15 +0000 (11:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 May 2008 11:24:15 +0000 (11:24 +0000)
lisp/ChangeLog
lisp/epa-file.el
lisp/epa-hook.el

index ad8edc65b340ae73c830fa28096db6692322bf82..685be52cf060b71ec5a58f0fd4bf44755a3db3bc 100644 (file)
@@ -1,9 +1,11 @@
 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
 
+       * epa-file.el: Require epa-hook.
+
        * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
 
        * epa-hook.el: Renamed from epa-file-hook.el, to avoid
-       file-names clashes on 8+3 filesystems.
+       file-names clashes on 8+3 filesystems.  Provide epa-hook.
 
        * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
        file-names clashes on 8+3 filesystems.
index ce0fe74962bbaa523d1efc343c60697dd8990038..25edba5a2dc0817558d6def886a63f8ba0545d8d 100644 (file)
@@ -22,7 +22,7 @@
 ;;; Code:
 
 (require 'epa)
-(require 'epa-file-hook)
+(require 'epa-hook)
 
 (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil
   "If non-nil, cache passphrase for symmetric encryption."
index 57c5304c45f0eb0465a758103472a19890b7e9ff..a84308fbe3f1eed63c04e2e45e5187681c6052ae 100644 (file)
@@ -102,7 +102,7 @@ Return the new status of auto encryption (non-nil means on)."
 (put 'epa-file-handler 'safe-magic t)
 (put 'epa-file-handler 'operations '(write-region insert-file-contents))
 
-(provide 'epa-file-hook)
+(provide 'epa-hook)
 
 ;; arch-tag: f75c8a50-d32e-4eb3-9ec6-9e940c1fc8b5
 ;;; epa-file-hook.el ends here