From: Karoly Lorentey Date: Wed, 23 Mar 2005 13:35:08 +0000 (+0000) Subject: Fix yet another compilation error. X-Git-Tag: emacs-pretest-23.0.90~11236^2~141^2~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd5caccf0c791bcaa19190f5d62ace1ebe9987c8;p=emacs.git Fix yet another compilation error. * lisp/startup.el (command-line): Remove call to nonexistent function `set-locale-translation-file-name'. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-318 --- diff --git a/lisp/startup.el b/lisp/startup.el index d0eca538f96..aa7a16d1356 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -636,8 +636,6 @@ opening the first frame (e.g. open a connection to the server).") (setq initial-window-system nil) (kill-emacs))) - ;; Locale initialization. - (set-locale-translation-file-name) (set-locale-environment nil) ;; Convert the arguments to Emacs internal representation.