diff options
Diffstat (limited to 'lisp/epg.el')
-rw-r--r-- | lisp/epg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el index fee6ad75119..35e58116494 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -627,7 +627,7 @@ callback data (if any)." ;; Record modified time of gpg-agent socket to restore the Emacs ;; frame on text terminal in `epg-wait-for-completion'. ;; See - ;; <https://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html> + ;; <https://lists.gnu.org/r/emacs-devel/2007-02/msg00755.html> ;; for more details. (when (and agent-info (string-match "\\(.*\\):[0-9]+:[0-9]+" agent-info)) (setq agent-file (match-string 1 agent-info) |