emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/multi-mode 9abc32d7a0: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/multi-mode 9abc32d7a0: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:08:26 -0500 (EST)

branch: externals/multi-mode
commit 9abc32d7a04266a6bb21e4dc6081bfa130e9af7f
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 multi-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multi-mode.el b/multi-mode.el
index 95d185f9a8..047c581889 100644
--- a/multi-mode.el
+++ b/multi-mode.el
@@ -19,7 +19,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:
 
@@ -55,7 +55,7 @@
 
 ;; Maybe it won't turn out to be the best approach, but it currently
 ;; seems to me to be better than the approach used by MMM mode
-;; <URL:http://mmm-mode.sourceforge.net/>, and is a lot less code.  I
+;; <URL:https://mmm-mode.sourceforge.net/>, and is a lot less code.  I
 ;; suspect doing the job any better would require fairly serious
 ;; surgery on buffer behaviour.  For instance, consider being able
 ;; programmatically to treat discontinuous buffer regions as



reply via email to

[Prev in Thread] Current Thread [Next in Thread]