diff options
| author | Karoly Lorentey | 2005-03-23 13:35:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-03-23 13:35:08 +0000 |
| commit | cd5caccf0c791bcaa19190f5d62ace1ebe9987c8 (patch) | |
| tree | 374b2a0f0c83404a15e84b1c4b6c7bdb56eebf66 | |
| parent | dc2be2faa93c237c5645d83e7dbba9578232ab01 (diff) | |
| download | emacs-cd5caccf0c791bcaa19190f5d62ace1ebe9987c8.tar.gz emacs-cd5caccf0c791bcaa19190f5d62ace1ebe9987c8.zip | |
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
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 0 insertions, 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).") | |||
| 636 | (setq initial-window-system nil) | 636 | (setq initial-window-system nil) |
| 637 | (kill-emacs))) | 637 | (kill-emacs))) |
| 638 | 638 | ||
| 639 | ;; Locale initialization. | ||
| 640 | (set-locale-translation-file-name) | ||
| 641 | (set-locale-environment nil) | 639 | (set-locale-environment nil) |
| 642 | 640 | ||
| 643 | ;; Convert the arguments to Emacs internal representation. | 641 | ;; Convert the arguments to Emacs internal representation. |