diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/timefns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timefns.c b/src/timefns.c index f527d5ed7fd..58dda1c7061 100644 --- a/src/timefns.c +++ b/src/timefns.c | |||
| @@ -1475,7 +1475,6 @@ usage: (encode-time &optional TIME FORM &rest OBSOLESCENT-ARGUMENTS) */) | |||
| 1475 | { | 1475 | { |
| 1476 | if (6 < nargs) | 1476 | if (6 < nargs) |
| 1477 | zone = args[nargs - 1]; | 1477 | zone = args[nargs - 1]; |
| 1478 | form = Qnil; | ||
| 1479 | tm.tm_sec = check_tm_member (a, 0); | 1478 | tm.tm_sec = check_tm_member (a, 0); |
| 1480 | tm.tm_min = check_tm_member (args[1], 0); | 1479 | tm.tm_min = check_tm_member (args[1], 0); |
| 1481 | tm.tm_hour = check_tm_member (args[2], 0); | 1480 | tm.tm_hour = check_tm_member (args[2], 0); |