diff options
| author | Eli Zaretskii | 2009-01-24 15:32:15 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-24 15:32:15 +0000 |
| commit | 207422daaee6269e843846e2ee974b4dec69bc10 (patch) | |
| tree | 4e207c96928466dd062bea4a3340d696fc703da2 /lisp/ChangeLog | |
| parent | 82d0a2508edf8cd8b60f21a1c2e970bf166a18f3 (diff) | |
| download | emacs-207422daaee6269e843846e2ee974b4dec69bc10.tar.gz emacs-207422daaee6269e843846e2ee974b4dec69bc10.zip | |
(set-language-environment-coding-systems): If default-buffer-file-coding-system
is nil, set up to have EOLs that are native for the underlying system-type.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44aa9245765..27ec14a138b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-01-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (set-language-environment-coding-systems): If | ||
| 4 | default-buffer-file-coding-system is nil, set up to have EOLs that | ||
| 5 | are native for the underlying system-type. | ||
| 6 | |||
| 1 | 2009-01-24 Juanma Barranquero <lekktu@gmail.com> | 7 | 2009-01-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * emacs-lisp/eldoc.el (eldoc-function-argstring-format): | 9 | * emacs-lisp/eldoc.el (eldoc-function-argstring-format): |