summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-05 20:35:40 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-05 20:35:40 +0000
commit62bb54409735502e4f8534f268b4f7f46ed949cf (patch)
tree1ada8294c1af9e294864d1665b0d6b3c00509e30 /lisp/startup.el
parent64bd2d516537f79e565269c23b91a62036690cb4 (diff)
downloademacs-62bb54409735502e4f8534f268b4f7f46ed949cf.tar.gz
(command-line): Load disp-table explicitly.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index e1a3bba5010..e71792f724f 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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)))