]> code.delx.au - gnu-emacs/blobdiff - lisp/net/netrc.el
Merge from trunk.
[gnu-emacs] / lisp / net / netrc.el
index 59e9eab5fc394ea8429c0a6666b88c23f88e69d8..b04863b5fc09cb199382acfbfee9ea535c07035e 100644 (file)
              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