diff options
| author | Vincent Belaïche | 2017-09-15 23:52:24 +0200 |
|---|---|---|
| committer | Vincent Belaïche | 2017-09-15 23:52:24 +0200 |
| commit | 767b3a7429d94d1565256565fda2060c95ca4f73 (patch) | |
| tree | 51ea759d20769230bd57fd6a93f0c98d261063b0 /etc/srecode | |
| parent | d1458d0f40f481e0ac55a55e7567d6e51438b583 (diff) | |
| parent | 9785d3513741c598ae53aecafacbb9bca3e53e48 (diff) | |
| download | emacs-767b3a7429d94d1565256565fda2060c95ca4f73.tar.gz emacs-767b3a7429d94d1565256565fda2060c95ca4f73.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'etc/srecode')
| -rw-r--r-- | etc/srecode/c.srt | 4 | ||||
| -rw-r--r-- | etc/srecode/cpp.srt | 6 | ||||
| -rw-r--r-- | etc/srecode/default.srt | 4 | ||||
| -rw-r--r-- | etc/srecode/doc-cpp.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/doc-default.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/doc-java.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/ede-autoconf.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/ede-make.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/el.srt | 4 | ||||
| -rw-r--r-- | etc/srecode/getset-cpp.srt | 3 | ||||
| -rw-r--r-- | etc/srecode/java.srt | 6 | ||||
| -rw-r--r-- | etc/srecode/make.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/template.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/test.srt | 4 | ||||
| -rw-r--r-- | etc/srecode/texi.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/wisent.srt | 2 |
16 files changed, 23 insertions, 26 deletions
diff --git a/etc/srecode/c.srt b/etc/srecode/c.srt index 720da3daab4..fe029a3c32b 100644 --- a/etc/srecode/c.srt +++ b/etc/srecode/c.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "c-mode" | 22 | set mode "c-mode" |
| 23 | 23 | ||
| @@ -131,7 +131,7 @@ Override this with your own preference to avoid using doxygen" | |||
| 131 | ---- | 131 | ---- |
| 132 | 132 | ||
| 133 | ;;; DOXYGEN FEATURES | 133 | ;;; DOXYGEN FEATURES |
| 134 | ;; | 134 | ;; |
| 135 | ;; | 135 | ;; |
| 136 | context declaration | 136 | context declaration |
| 137 | 137 | ||
diff --git a/etc/srecode/cpp.srt b/etc/srecode/cpp.srt index 444c14d819d..6468eadc1d5 100644 --- a/etc/srecode/cpp.srt +++ b/etc/srecode/cpp.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "c++-mode" | 22 | set mode "c++-mode" |
| 23 | 23 | ||
| @@ -56,7 +56,7 @@ Override this to affect applications, or the outer class structure for | |||
| 56 | the user-facing template." | 56 | the user-facing template." |
| 57 | ---- | 57 | ---- |
| 58 | class {{?NAME}} {{#PARENTS}}{{#FIRST}}: {{/FIRST}}public {{NAME}}{{/PARENTS}} | 58 | class {{?NAME}} {{#PARENTS}}{{#FIRST}}: {{/FIRST}}public {{NAME}}{{/PARENTS}} |
| 59 | { | 59 | { |
| 60 | {{^}} | 60 | {{^}} |
| 61 | }; | 61 | }; |
| 62 | ---- | 62 | ---- |
| @@ -111,7 +111,7 @@ Override this with your own preference to avoid using doxygen." | |||
| 111 | ---- | 111 | ---- |
| 112 | 112 | ||
| 113 | ;;; DOXYGEN FEATURES | 113 | ;;; DOXYGEN FEATURES |
| 114 | ;; | 114 | ;; |
| 115 | ;; | 115 | ;; |
| 116 | context classdecl | 116 | context classdecl |
| 117 | 117 | ||
diff --git a/etc/srecode/default.srt b/etc/srecode/default.srt index f7a8f09fc3a..d8c7cd1be11 100644 --- a/etc/srecode/default.srt +++ b/etc/srecode/default.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "default" | 22 | set mode "default" |
| 23 | 23 | ||
| @@ -34,7 +34,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 34 | General Public License for more details. | 34 | General Public License for more details. |
| 35 | 35 | ||
| 36 | You should have received a copy of the GNU General Public License | 36 | You should have received a copy of the GNU General Public License |
| 37 | along with this program. If not, see http://www.gnu.org/licenses/." | 37 | along with this program. If not, see https://www.gnu.org/licenses/." |
| 38 | 38 | ||
| 39 | set DOLLAR "$" | 39 | set DOLLAR "$" |
| 40 | 40 | ||
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt index 486bb630574..e23b37b8836 100644 --- a/etc/srecode/doc-cpp.srt +++ b/etc/srecode/doc-cpp.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "c-mode" | 22 | set mode "c-mode" |
| 23 | 23 | ||
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt index 30a83118637..3290d6a84c2 100644 --- a/etc/srecode/doc-default.srt +++ b/etc/srecode/doc-default.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "default" | 22 | set mode "default" |
| 23 | 23 | ||
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt index a3a294d67fb..ab0edb8193a 100644 --- a/etc/srecode/doc-java.srt +++ b/etc/srecode/doc-java.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "java-mode" | 22 | set mode "java-mode" |
| 23 | 23 | ||
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt index c25416eb13c..c75997dc00e 100644 --- a/etc/srecode/ede-autoconf.srt +++ b/etc/srecode/ede-autoconf.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "autoconf-mode" | 22 | set mode "autoconf-mode" |
| 23 | set escape_start "{{" | 23 | set escape_start "{{" |
diff --git a/etc/srecode/ede-make.srt b/etc/srecode/ede-make.srt index 448534234c9..0c7d5668754 100644 --- a/etc/srecode/ede-make.srt +++ b/etc/srecode/ede-make.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "makefile-mode" | 22 | set mode "makefile-mode" |
| 23 | set escape_start "{{" | 23 | set escape_start "{{" |
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt index cc3f1e8e81b..66db5666c0b 100644 --- a/etc/srecode/el.srt +++ b/etc/srecode/el.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set escape_start "$" | 22 | set escape_start "$" |
| 23 | set escape_end "$" | 23 | set escape_end "$" |
| @@ -307,5 +307,3 @@ bind "s" | |||
| 307 | 307 | ||
| 308 | 308 | ||
| 309 | ;; end | 309 | ;; end |
| 310 | |||
| 311 | |||
diff --git a/etc/srecode/getset-cpp.srt b/etc/srecode/getset-cpp.srt index 9f4341d039a..50f5d224cbe 100644 --- a/etc/srecode/getset-cpp.srt +++ b/etc/srecode/getset-cpp.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "c++-mode" | 22 | set mode "c++-mode" |
| 23 | set application "getset" | 23 | set application "getset" |
| @@ -47,4 +47,3 @@ f{{NAME}}(){{#NOTLAST}},{{/NOTLAST}} | |||
| 47 | ---- | 47 | ---- |
| 48 | 48 | ||
| 49 | ;; end | 49 | ;; end |
| 50 | |||
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt index db154dbf687..cfc55f8d794 100644 --- a/etc/srecode/java.srt +++ b/etc/srecode/java.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "java-mode" | 22 | set mode "java-mode" |
| 23 | set escape_start "{{" | 23 | set escape_start "{{" |
| @@ -162,8 +162,8 @@ template javadoc-class :indent :blank :time :user :tag | |||
| 162 | * Created: {{DATE}} | 162 | * Created: {{DATE}} |
| 163 | * | 163 | * |
| 164 | * @author {{AUTHOR}} | 164 | * @author {{AUTHOR}} |
| 165 | * @version | 165 | * @version |
| 166 | * @since | 166 | * @since |
| 167 | */ | 167 | */ |
| 168 | ---- | 168 | ---- |
| 169 | 169 | ||
diff --git a/etc/srecode/make.srt b/etc/srecode/make.srt index af2e950cfe8..ef5f1bece7d 100644 --- a/etc/srecode/make.srt +++ b/etc/srecode/make.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "makefile-mode" | 22 | set mode "makefile-mode" |
| 23 | set escape_start "{{" | 23 | set escape_start "{{" |
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt index deb901f2db3..8403a698614 100644 --- a/etc/srecode/template.srt +++ b/etc/srecode/template.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set escape_start "$" | 22 | set escape_start "$" |
| 23 | set escape_end "$" | 23 | set escape_end "$" |
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt index 4e567adf79b..9843e5338a7 100644 --- a/etc/srecode/test.srt +++ b/etc/srecode/test.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "srecode-template-mode" | 22 | set mode "srecode-template-mode" |
| 23 | set escape_start "$" | 23 | set escape_start "$" |
| @@ -83,7 +83,7 @@ template gapsomething :blank | |||
| 83 | template inlinetext | 83 | template inlinetext |
| 84 | "Insert text that has no newlines" | 84 | "Insert text that has no newlines" |
| 85 | ---- | 85 | ---- |
| 86 | *In the middle* | 86 | *In the middle* |
| 87 | ---- | 87 | ---- |
| 88 | 88 | ||
| 89 | template includable :blank | 89 | template includable :blank |
diff --git a/etc/srecode/texi.srt b/etc/srecode/texi.srt index 52acb77f21a..def3b48d231 100644 --- a/etc/srecode/texi.srt +++ b/etc/srecode/texi.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "texinfo-mode" | 22 | set mode "texinfo-mode" |
| 23 | 23 | ||
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt index ac59d770f5e..7e8726cbac1 100644 --- a/etc/srecode/wisent.srt +++ b/etc/srecode/wisent.srt | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | set mode "wisent-grammar-mode" | 22 | set mode "wisent-grammar-mode" |
| 23 | set comment_start ";;" | 23 | set comment_start ";;" |