summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-10-23 18:44:49 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-10-23 18:44:49 -0400
commit46141609acc161123edecc3e8f7b32da87b5f3a1 (patch)
treeb690edfe48311c11e6eb62a77dbc2d25f087130d /lisp
parent86d3b6d1b49146225d1b3bb1bf9e80d9de8dc704 (diff)
downloademacs.d-46141609acc161123edecc3e8f7b32da87b5f3a1.tar.gz
fix whitespace insertion
Diffstat (limited to 'lisp')
-rw-r--r--lisp/license-boilerplate/license-boilerplate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/license-boilerplate/license-boilerplate.el b/lisp/license-boilerplate/license-boilerplate.el
index 722d14c..008d8ad 100644
--- a/lisp/license-boilerplate/license-boilerplate.el
+++ b/lisp/license-boilerplate/license-boilerplate.el
@@ -14,7 +14,7 @@
(when-let ((author license-boilerplate-copyright-author))
(insert (format " %s" author)))
(insert "\n")
- (insert "\
+ (insert "
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or