aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index f6d849fbc7a..e48097ab3a6 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1915,7 +1915,7 @@ usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */)
1915 tm.tm_isdst = -1; 1915 tm.tm_isdst = -1;
1916 1916
1917 if (CONSP (zone)) 1917 if (CONSP (zone))
1918 zone = Fcar (zone); 1918 zone = XCAR (zone);
1919 if (NILP (zone)) 1919 if (NILP (zone))
1920 { 1920 {
1921 BLOCK_INPUT; 1921 BLOCK_INPUT;