]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix yet another compilation error.
authorKaroly Lorentey <lorentey@elte.hu>
Wed, 23 Mar 2005 13:35:08 +0000 (13:35 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Wed, 23 Mar 2005 13:35:08 +0000 (13:35 +0000)
* 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

index d0eca538f96d0b1439781ca85b3e209960281411..aa7a16d13562a28a589922bd1cc0b47e4aeb0399 100644 (file)
@@ -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.