From 01eb21e0a647ed82272f9528e90a67ee88846ee4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Feb 2011 17:26:11 -0800 Subject: [PATCH] Comment fix. --- lisp/netrc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/netrc.el b/lisp/netrc.el index 59e9eab5f..b04863b5f 100644 --- a/lisp/netrc.el +++ b/lisp/netrc.el @@ -63,10 +63,10 @@ alist elem result pair) (if (and netrc-cache (equal (car netrc-cache) (nth 5 (file-attributes file)))) - ;; Store the contents of the file heavily encrypted in memory. (insert (base64-decode-string (rot13-string (cdr netrc-cache)))) (insert-file-contents file) (when (string-match "\\.gpg\\'" file) + ;; Store the contents of the file heavily encrypted in memory. (setq netrc-cache (cons (nth 5 (file-attributes file)) (rot13-string (base64-encode-string -- 2.25.1