aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /lisp/calendar
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz
emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-dst.el2
-rw-r--r--lisp/calendar/cal-menu.el2
-rw-r--r--lisp/calendar/diary-lib.el6
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el
index 659b6349bbb..6a4054d73fa 100644
--- a/lisp/calendar/cal-dst.el
+++ b/lisp/calendar/cal-dst.el
@@ -248,7 +248,7 @@ The result has the proper form for `calendar-daylight-savings-starts'."
248;; TODO it might be better to extract this information directly from 248;; TODO it might be better to extract this information directly from
249;; the system timezone database. But cross-platform...? 249;; the system timezone database. But cross-platform...?
250;; See thread 250;; See thread
251;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html 251;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html
252(defun calendar-dst-find-data (&optional time) 252(defun calendar-dst-find-data (&optional time)
253 "Find data on the first daylight saving time transitions after TIME. 253 "Find data on the first daylight saving time transitions after TIME.
254TIME defaults to `current-time'. Return value is as described 254TIME defaults to `current-time'. Return value is as described
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el
index 90cce2840cf..32769332df5 100644
--- a/lisp/calendar/cal-menu.el
+++ b/lisp/calendar/cal-menu.el
@@ -100,7 +100,7 @@
100 ;; Show 11 years--5 before, 5 after year of middle month. 100 ;; Show 11 years--5 before, 5 after year of middle month.
101 ;; We used to use :suffix rather than :label and bumped into 101 ;; We used to use :suffix rather than :label and bumped into
102 ;; an easymenu bug: 102 ;; an easymenu bug:
103 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html 103 ;; https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html
104 ;; The bug has since been fixed. 104 ;; The bug has since been fixed.
105 (dotimes (i 11) 105 (dotimes (i 11)
106 (push (vector (format "hol-year-%d" i) 106 (push (vector (format "hol-year-%d" i)
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 520c730f5e7..d8d2dd4aafa 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -425,7 +425,7 @@ Only used if `diary-header-line-flag' is non-nil."
425;; display does not create the fancy buffer, nor does it set 425;; display does not create the fancy buffer, nor does it set
426;; diary-selective-display in the diary buffer. This means some 426;; diary-selective-display in the diary buffer. This means some
427;; customizations will not take effect, eg: 427;; customizations will not take effect, eg:
428;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00466.html 428;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00466.html
429;; So the check for diary-selective-display was dropped. This means the 429;; So the check for diary-selective-display was dropped. This means the
430;; diary will be displayed if one customizes a diary variable while 430;; diary will be displayed if one customizes a diary variable while
431;; just visiting the diary-file. This is i) unlikely, and ii) no great loss. 431;; just visiting the diary-file. This is i) unlikely, and ii) no great loss.
@@ -814,8 +814,8 @@ LIST-ONLY is non-nil, in which case it just returns the list."
814 ;; diary-header-line-flag after diary has been displayed 814 ;; diary-header-line-flag after diary has been displayed
815 ;; take effect. Unconditionally calling (diary-mode) 815 ;; take effect. Unconditionally calling (diary-mode)
816 ;; clobbers file local variables. 816 ;; clobbers file local variables.
817 ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00363.html 817 ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00363.html
818 ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00404.html 818 ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00404.html
819 (if (eq major-mode 'diary-mode) 819 (if (eq major-mode 'diary-mode)
820 (setq header-line-format (and diary-header-line-flag 820 (setq header-line-format (and diary-header-line-flag
821 diary-header-line-format))))) 821 diary-header-line-format)))))