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

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

[elpa] externals/rnc-mode 17247bf06a: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/rnc-mode 17247bf06a: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:19:24 -0500 (EST)

branch: externals/rnc-mode
commit 17247bf06abb4de085858aff7bce0d7b1e7fd2cd
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/rnc-mode.el b/rnc-mode.el
index 4376a0aac8..686802774b 100644
--- a/rnc-mode.el
+++ b/rnc-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:
@@ -44,7 +44,7 @@
     st))
 
 (defconst rnc--keywords
-  ;; Taken from the grammar in http://relaxng.org/compact-20021121.html,
+  ;; Taken from the grammar in https://relaxng.org/compact-20021121.html,
   ;; by order of appearance.
   '("namespace" "default" "datatypes" "element" "attribute"
     "list" "mixed" "parent" "empty" "text" "notAllowed" "external"



reply via email to

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