From cd5caccf0c791bcaa19190f5d62ace1ebe9987c8 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Wed, 23 Mar 2005 13:35:08 +0000 Subject: [PATCH] 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 --- lisp/startup.el | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.5