]> diplodocus.org Git - nmh/blobdiff - uip/mhlsbr.c
Calculate "characters to use in for current line" based on starting a new
[nmh] / uip / mhlsbr.c
index 6a1c3db7878ef0e2121c1bc25c8c30fda167e073..3ebfa69eee77774db6d555efe59cfdaa380eecec 100644 (file)
@@ -349,11 +349,9 @@ mhl (int argc, char **argv)
     char buf[BUFSIZ], *files[MAXARGS];
     char **argp, **arguments;
 
+    /* Need this if called from main() of show(1). */
     invo_name = r1bindex (argv[0], '/');
 
-    /* read user profile/context */
-    context_read();
-
     arguments = getarguments (invo_name, argc, argv, 1);
     argp = arguments;