diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:19:10 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:19:10 +0100 |
| commit | 17247bf06abb4de085858aff7bce0d7b1e7fd2cd (patch) | |
| tree | 5d7b7f0caae11c70365455809ccec774f5b1b57f | |
| parent | dfee31d83208b734ed1d1fdc523565d7056db850 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/rnc-mode
| -rw-r--r-- | rnc-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rnc-mode.el b/rnc-mode.el index 4376a0a..6868027 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" |
