Mercurial > emacs
changeset 83278:b2bde606bcf7
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
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 23 Mar 2005 13:35:08 +0000 |
parents | 886073e54ccb |
children | 2006100ee57e |
files | lisp/startup.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Wed Mar 23 12:53:42 2005 +0000 +++ b/lisp/startup.el Wed Mar 23 13:35:08 2005 +0000 @@ -636,8 +636,6 @@ (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.