@@ -367,6 +367,9 @@ static struct file *
enter_command_line_file (name)
char *name;
{
if (name[0] == '\0')
fatal ("empty string invalid as file name");
if (name[0] == '~')
char *expanded = tilde_expand (name);
The note is not visible to the blocked user.