about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-20 22:26:42 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-20 22:26:42 -0400
commit4f425f10de2f941c23f2c927767fb92a6053044f (patch)
treebf7fbacd83080970c9ec09aad3d9810433b4a3dc /src/LYMain.c
parentf5c107c419d617e6fbe62dbc87894413cbdba851 (diff)
downloadlynx-snapshots-4f425f10de2f941c23f2c927767fb92a6053044f.tar.gz
snapshot of project "lynx", label v2-8-8dev_16u
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index dcca4d71..ee7c77e2 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.247 2013/10/19 01:22:25 tom Exp $
+ * $LynxId: LYMain.c,v 1.249 2013/10/20 20:35:23 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -1043,6 +1043,7 @@ int main(int argc,
 #endif
 
     LYinitEditmap();
+    LYinitKeymap();
 #ifdef USE_CHARSET_CHOICE
     memset((char *) charset_subsets, 0, sizeof(charset_subset_t) * MAXCHARSETS);
 #endif
@@ -1529,13 +1530,6 @@ int main(int argc,
     StrAllocCopy(UCAssume_MIMEcharset,
 		 LYCharSet_UC[UCLYhndl_for_unspec].MIMEname);
 
-    /*
-     * Make sure we have the edit map declared.  - FM
-     */
-    if (!LYEditmapDeclared()) {
-	fprintf(stderr, gettext("\nLynx edit map not declared.\n\n"));
-	exit_immediately(EXIT_FAILURE);
-    }
 #ifdef USE_COLOR_TABLE
     /*
      * Set up default foreground and background colors.