Mercurial > emacs
diff lisp/ChangeLog @ 26124:ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
arg AUTO; no longer used by startup.el. Do not attempt to treat
all non-English language environments as coding system names.
Instead, use the downcased language environment name as a coding
system name if it is one; otherwise, use latin-1.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Thu, 21 Oct 1999 06:30:07 +0000 |
parents | ca021b60a2fd |
children | 9703ed7e00c4 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 20 19:34:52 1999 +0000 +++ b/lisp/ChangeLog Thu Oct 21 06:30:07 1999 +0000 @@ -1,3 +1,11 @@ +1999-10-20 Paul Eggert <eggert@twinsun.com> + + * disp-table.el (standard-display-european): Remove undocumented + arg AUTO; no longer used by startup.el. Do not attempt to treat + all non-English language environments as coding system names. + Instead, use the downcased language environment name as a coding + system name if it is one; otherwise, use latin-1. + 1999-10-20 Gerd Moellmann <gerd@gnu.org> * dired.el (dired-move-to-filename-regexp): Fix long comment lines