From 2739afcdb957cdcc22d861265f18eb408692d5c4 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Fri, 16 Jan 2009 22:09:34 +0000 Subject: [PATCH] Update docs to reflect epa-file-enable is to be used now. --- lisp/ChangeLog | 5 +++++ lisp/auth-source.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ff72c7f6..e9aa10a66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Teodor Zlatanov + + * auth-source.el: Update docs to reflect epa-file-enable is to be used + now. + 2009-01-16 Katsumi Yamaoka * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name' diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 523c901f7..e65e53bef 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -35,7 +35,7 @@ ;; if you want encrypted sources, which is strongly recommended, do ;; (require 'epa-file) -;; (epa-file-mode) +;; (epa-file-enable) ;; (setq epa-file-cache-passphrase-for-symmetric-encryption t) ; VERY important ;; before you put some data in ~/.authinfo.gpg (the default place) -- 2.25.1