diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:20:50 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:20:50 +0100 |
| commit | 5719bb7e5fd62b08ff73ca21b58db87263fd0202 (patch) | |
| tree | bdd8fd810347de76755fa449b06b1bdc46d77dce | |
| parent | 6934d5280015b9c74da6b4443aa533a81fd5f5e6 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/shen-mode
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | inf-shen.el | 2 | ||||
| -rw-r--r-- | shen-mode.el | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -3,4 +3,4 @@ language. This includes both a major mode `shen-mode' and an inferior Shen mode (`run-shen') for evaluating shen code in a comint buffer or from a buffer of Shen source code. -For information on shen see http://www.shenlanguage.org/.
\ No newline at end of file +For information on shen see https://www.shenlanguage.org/.
\ No newline at end of file diff --git a/inf-shen.el b/inf-shen.el index 9ecc627..3b7dbaf 100644 --- a/inf-shen.el +++ b/inf-shen.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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/shen-mode.el b/shen-mode.el index 7817de9..07c82d9 100644 --- a/shen-mode.el +++ b/shen-mode.el @@ -20,14 +20,14 @@ ;; 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: ;; A major mode for editing Shen source code. Shen is a modern Lisp ;; dialect with support for functional and declarative programming, ;; pattern matching and a very powerful type system. See the -;; following for more information on Shen. http://www.shenlanguage.org +;; following for more information on Shen. https://www.shenlanguage.org ;;; Code: |
