From f5c260843009ed8a861ee5576f37452747f9edae Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 19 Apr 2007 12:37:37 +0000 Subject: [PATCH] *** empty log message *** --- src/input.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/input.c b/src/input.c index 888bce0..c923d38 100644 --- a/src/input.c +++ b/src/input.c @@ -5103,11 +5103,14 @@ minput_config_command (MSymbol language, MSymbol name, MSymbol command, } else { - plist = MPLIST_PLIST (plist); /* (NAME nil KEYSEQ ...) */ - plist = MPLIST_NEXT (plist); - if (MPLIST_TAIL_P (plist)) - return 0; - mplist_set (plist, Mnil, NULL); + if (no_cutom) + mplist__pop_unref (plist); + else + { + plist = MPLIST_PLIST (plist); /* (NAME nil KEYSEQ ...) */ + plist = MPLIST_NEXT (plist); + mplist_set (plist, Mnil, NULL); + } } } else -- 1.7.10.4