diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-14 19:18:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-14 19:19:24 -0700 |
commit | 864734d112249bac120764f1564e008231ebb6e8 (patch) | |
tree | bfb0f6ded457db9e62e3abd665a35a58b2cb5bdf /lisp/emacs-lisp | |
parent | 3c78960a4755d7bd583a0411d7089a0c13c0c64b (diff) | |
download | emacs-864734d112249bac120764f1564e008231ebb6e8.tar.gz emacs-864734d112249bac120764f1564e008231ebb6e8.tar.bz2 emacs-864734d112249bac120764f1564e008231ebb6e8.zip |
; Prefer https: to http: in GNU URLs
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/rmc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rmc.el b/lisp/emacs-lisp/rmc.el index 57bc6d9b591..0be6971992c 100644 --- a/lisp/emacs-lisp/rmc.el +++ b/lisp/emacs-lisp/rmc.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |