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

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

[elpa] externals/cobol-mode 33e8cfe3ea: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/cobol-mode 33e8cfe3ea: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:49:19 -0500 (EST)

branch: externals/cobol-mode
commit 33e8cfe3ea62acca3cead32dfb6b78182fe5543b
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 cobol-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cobol-mode.el b/cobol-mode.el
index da574f452e..62fdbfd650 100644
--- a/cobol-mode.el
+++ b/cobol-mode.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -30,7 +30,7 @@
 ;; M-x customize menu.
 
 ;; This file should not be confused with Rick Bielawski's cobol-mode.el
-;; (http://www.emacswiki.org/emacs/cobol-mode.el), which this mode attempts to
+;; (https://www.emacswiki.org/emacs/cobol-mode.el), which this mode attempts to
 ;; supersede.
 
 ;; Finally, I suggest installing auto-complete-mode, which makes typing
@@ -2660,7 +2660,7 @@ arguments at all.")
 
 ;;; Indentation
 ;; Derived (a long time ago) from the wonderful Emacs Mode Tutorial at
-;; <http://www.emacswiki.org/emacs/ModeTutorial>.
+;; <https://www.emacswiki.org/emacs/ModeTutorial>.
 
 (defun cobol--code-start ()
   "Return the first column code can go in."



reply via email to

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