]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Load disp-table explicitly.
authorRichard M. Stallman <rms@gnu.org>
Wed, 5 Oct 1994 20:35:40 +0000 (20:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 5 Oct 1994 20:35:40 +0000 (20:35 +0000)
lisp/startup.el

index e1a3bba5010f25dead3b555972a2015089f39549..e71792f724fa285a161a4c41b7657107929cda1f 100644 (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)))