diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-06-05 21:43:32 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-06-05 21:43:32 +0200 |
commit | 52150f46a71126c1b94488f3b59473544acd0137 (patch) | |
tree | d0b8e7ab238db300e0d084c372194a959296ee21 /glep-mode.el | |
parent | Version 1.43 released. (diff) | |
download | ebuild-mode-52150f46a71126c1b94488f3b59473544acd0137.tar.gz ebuild-mode-52150f46a71126c1b94488f3b59473544acd0137.tar.bz2 ebuild-mode-52150f46a71126c1b94488f3b59473544acd0137.zip |
Fix line breaks in GLEP footer.
* glep-mode.el (glep-mode-insert-skeleton): Fold lines as in the
standard GLEP footer.
Diffstat (limited to 'glep-mode.el')
-rw-r--r-- | glep-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glep-mode.el b/glep-mode.el index 4384ba4..822ca51 100644 --- a/glep-mode.el +++ b/glep-mode.el @@ -366,9 +366,9 @@ References Copyright ========= -This work is licensed under the Creative Commons -Attribution-ShareAlike 3.0 Unported License. To view a copy of this -license, visit http://creativecommons.org/licenses/by-sa/3.0/. +This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 +Unported License. To view a copy of this license, visit +http://creativecommons.org/licenses/by-sa/3.0/. ") ;; rst-mode already uses the following C-c C-<letter> keys: aclrt |