diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-10-15 17:38:30 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-10-15 17:38:30 +0200 |
commit | 01e45efcd44e92dd259283df0e62653c7c20e9cc (patch) | |
tree | 552c1a6ce7d52b897cf5f089d6c589921efbe9bd /etc/srecode | |
parent | 982c0e6c15535defcf6ac3c4d4169708c60efc18 (diff) | |
parent | 5933055a3e7387b0095f0df7876a208ab15f4f45 (diff) | |
download | emacs-01e45efcd44e92dd259283df0e62653c7c20e9cc.tar.gz emacs-01e45efcd44e92dd259283df0e62653c7c20e9cc.tar.bz2 emacs-01e45efcd44e92dd259283df0e62653c7c20e9cc.zip |
Merge branch 'master' into feature/package+vc
Diffstat (limited to 'etc/srecode')
-rw-r--r-- | etc/srecode/ede-autoconf.srt | 2 | ||||
-rw-r--r-- | etc/srecode/ede-make.srt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt index ecca7afd007..51656eb73c4 100644 --- a/etc/srecode/ede-autoconf.srt +++ b/etc/srecode/ede-autoconf.srt @@ -38,7 +38,7 @@ template ede-empty :project {{comment_prefix}} by EDE when this file is updated. {{comment_prefix}} {{comment_prefix}} EDE is the Emacs Development Environment. -{{comment_prefix}} http://cedet.sourceforge.net/ede.shtml +{{comment_prefix}} https://cedet.sourceforge.net/ede.shtml {{comment_prefix}} {{comment_prefix}} Process this file with autoconf to produce a configure script diff --git a/etc/srecode/ede-make.srt b/etc/srecode/ede-make.srt index cde1690f54f..c01054e0420 100644 --- a/etc/srecode/ede-make.srt +++ b/etc/srecode/ede-make.srt @@ -34,7 +34,7 @@ template ede-empty :file :project # # DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST. # EDE is the Emacs Development Environment. -# http://cedet.sourceforge.net/ede.shtml +# https://cedet.sourceforge.net/ede.shtml # ---- @@ -58,7 +58,7 @@ template ede-empty :file # # DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST. # EDE is the Emacs Development Environment. -# http://cedet.sourceforge.net/ede.shtml +# https://cedet.sourceforge.net/ede.shtml ARDUINO_DIR = {{ARDUINO_HOME}} |