diff options
| -rw-r--r-- | lisp/autoinsert.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 8a72275ae5a..6e9dae1ce1a 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -164,14 +164,12 @@ If this contains a %s, that will be replaced by the matching rule." | |||
| 164 | (completing-read "Keyword, C-h: " v1 nil t)) | 164 | (completing-read "Keyword, C-h: " v1 nil t)) |
| 165 | str ", ") & -2 " | 165 | str ", ") & -2 " |
| 166 | 166 | ||
| 167 | ;; This file is part of GNU Emacs. | 167 | ;; This file is free software; you can redistribute it and/or modify |
| 168 | |||
| 169 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 170 | ;; it under the terms of the GNU General Public License as published by | 168 | ;; it under the terms of the GNU General Public License as published by |
| 171 | ;; the Free Software Foundation; either version 2, or (at your option) | 169 | ;; the Free Software Foundation; either version 2, or (at your option) |
| 172 | ;; any later version. | 170 | ;; any later version. |
| 173 | 171 | ||
| 174 | ;; GNU Emacs is distributed in the hope that it will be useful, | 172 | ;; This file is distributed in the hope that it will be useful, |
| 175 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 173 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 176 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 174 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 177 | ;; GNU General Public License for more details. | 175 | ;; GNU General Public License for more details. |