comparison 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
comparison
equal deleted inserted replaced
26123:a82b8b03185f 26124:ee67b2340a0f
1 1999-10-20 Paul Eggert <eggert@twinsun.com>
2
3 * disp-table.el (standard-display-european): Remove undocumented
4 arg AUTO; no longer used by startup.el. Do not attempt to treat
5 all non-English language environments as coding system names.
6 Instead, use the downcased language environment name as a coding
7 system name if it is one; otherwise, use latin-1.
8
1 1999-10-20 Gerd Moellmann <gerd@gnu.org> 9 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2 10
3 * dired.el (dired-move-to-filename-regexp): Fix long comment lines 11 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4 that were split so that part of the comment appeared as Lisp code. 12 that were split so that part of the comment appeared as Lisp code.
5 13