changeset 9348:c4ccb2502ebf

(command-line): Load disp-table explicitly.
author Richard M. Stallman <rms@gnu.org>
date Wed, 05 Oct 1994 20:35:40 +0000
parents 1a69634e3477
children 444f99f9695e
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)))