diff options
| author | Glenn Morris | 2015-04-21 17:56:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-04-21 17:56:29 -0400 |
| commit | 937b22fe461922329b9ae13a6148c29ff8263f2a (patch) | |
| tree | 7e7ca317b95f766830dc29a8454509a0b903179e | |
| parent | 4364839ea65448f7159b7b110c472769fc761fe4 (diff) | |
| download | emacs-937b22fe461922329b9ae13a6148c29ff8263f2a.tar.gz emacs-937b22fe461922329b9ae13a6148c29ff8263f2a.zip | |
; ChangeLog fix
Reposition local-variables to where most ChangeLogs seem to keep them.
Also helps gitlog-to-emacslog.
| -rw-r--r-- | ChangeLog.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 90ef58c9b84..a0bfa97a05b 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1222,6 +1222,10 @@ | |||
| 1222 | 1222 | ||
| 1223 | See ChangeLog.1 for earlier changes. | 1223 | See ChangeLog.1 for earlier changes. |
| 1224 | 1224 | ||
| 1225 | ;; Local Variables: | ||
| 1226 | ;; coding: utf-8 | ||
| 1227 | ;; End: | ||
| 1228 | |||
| 1225 | Copyright (C) 2015 Free Software Foundation, Inc. | 1229 | Copyright (C) 2015 Free Software Foundation, Inc. |
| 1226 | 1230 | ||
| 1227 | This file is part of GNU Emacs. | 1231 | This file is part of GNU Emacs. |
| @@ -1238,7 +1242,3 @@ See ChangeLog.1 for earlier changes. | |||
| 1238 | 1242 | ||
| 1239 | You should have received a copy of the GNU General Public License | 1243 | You should have received a copy of the GNU General Public License |
| 1240 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 1244 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 1241 | |||
| 1242 | ;; Local Variables: | ||
| 1243 | ;; coding: utf-8 | ||
| 1244 | ;; End: | ||