diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:24:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:28:15 +0200 |
commit | c6fa0ad315e38167cb81a4d8c143cc53ad783cc3 (patch) | |
tree | 65cd558675dbe74b44c91a03a12ce3db32edf1b8 /lisp/printing.el | |
parent | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff) | |
download | emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.bz2 emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.zip |
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index 86a2434c0da..ec67a144c3c 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: wp, print, PostScript ;; Version: 6.9.3 -;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre (defconst pr-version "6.9.3" "printing.el, v 6.9.3 <2007/12/09 vinicius> @@ -64,7 +64,7 @@ Please send all bug fixes and enhancements to ;; interface to ps-print package and it also provides some extra stuff. ;; ;; To download the latest ps-print package see -;; `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage'. +;; `https://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage'. ;; Please, see README file for ps-print installation instructions. ;; ;; `printing' was inspired by: @@ -944,8 +944,8 @@ Please send all bug fixes and enhancements to ;; ;; * For `printing' package: ;; -;; printing `http://www.emacswiki.org/cgi-bin/emacs/download/printing.el' -;; ps-print `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage' +;; printing `https://www.emacswiki.org/cgi-bin/emacs/download/printing.el' +;; ps-print `https://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage' ;; ;; * For GNU or Unix system: ;; |