# HG changeset patch # User Richard M. Stallman # Date 781389340 0 # Node ID c4ccb2502ebf7b5c0d0b8b838f6c9c1dffd35f39 # Parent 1a69634e3477ac54666e772316b1311853866dee (command-line): Load disp-table explicitly. diff -r 1a69634e3477 -r c4ccb2502ebf lisp/startup.el --- a/lisp/startup.el Wed Oct 05 20:28:54 1994 +0000 +++ b/lisp/startup.el Wed Oct 05 20:35:40 1994 +0000 @@ -242,6 +242,7 @@ (and ctype (string-match iso-8859-1-locale-regexp ctype))) (progn + (require 'disp-table) (standard-display-european t) (require 'iso-syntax)))