diff options
| author | Juri Linkov | 2013-06-16 01:44:38 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-06-16 01:44:38 +0300 |
| commit | 31489a32f575cb5cfcd8748355f46ae2afcc4436 (patch) | |
| tree | aaeeaaaef9d43dcc3f89a8cbd81fb876a4554ef1 /lisp/ChangeLog | |
| parent | 2809512e049af026719414c93998d3098a8735c5 (diff) | |
| download | emacs-31489a32f575cb5cfcd8748355f46ae2afcc4436.tar.gz emacs-31489a32f575cb5cfcd8748355f46ae2afcc4436.zip | |
* lisp/files-x.el (modify-file-local-variable-prop-line): Add local
variables to the end of the existing comment on the first line.
Use `file-auto-mode-skip' to skip interpreter magic line,
and also skip XML declaration.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 919772659ea..f7f42011575 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-06-15 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * files-x.el (modify-file-local-variable-prop-line): Add local | ||
| 4 | variables to the end of the existing comment on the first line. | ||
| 5 | Use `file-auto-mode-skip' to skip interpreter magic line, | ||
| 6 | and also skip XML declaration. | ||
| 7 | |||
| 1 | 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * startup.el (package--builtin-versions): New var. | 10 | * startup.el (package--builtin-versions): New var. |