diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-09 16:22:17 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-09 16:26:04 +0100 |
commit | 26fb4168b884eeb910580c42e87efb73399019c9 (patch) | |
tree | b7148d957ca664753a9cdfd4f8efa0a35b74a2ac /lisp/mh-e | |
parent | 6b8957852476e4ba31873424aa8f81d9e55bc34c (diff) | |
download | emacs-26fb4168b884eeb910580c42e87efb73399019c9.tar.gz emacs-26fb4168b884eeb910580c42e87efb73399019c9.tar.bz2 emacs-26fb4168b884eeb910580c42e87efb73399019c9.zip |
; Prefer HTTPS in more URLs
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index e87bb343cf1..2201ce22a26 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 @@ -10218,7 +10218,7 @@ it can fail if the user's MH environment is not setup correctly). I now set the value of mh-folder-unseen-seq-name at runtime when I first need it. This should fix Debian bugs - http://bugs.debian.org/140232 and http://bugs.debian.org/140817 + https://bugs.debian.org/140232 and https://bugs.debian.org/140817 2002-03-25 Peter S Galbraith <psg@debian.org> |