1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(command-line): Load disp-table explicitly.

This commit is contained in:
Richard M. Stallman 1994-10-05 20:35:40 +00:00
parent 64bd2d5165
commit 62bb544097

View File

@ -242,6 +242,7 @@ specified by the LC_ALL, LC_CTYPE and LANG environment variables.")
(and ctype
(string-match iso-8859-1-locale-regexp ctype)))
(progn
(require 'disp-table)
(standard-display-european t)
(require 'iso-syntax)))