aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 160c5dc00c5..af3191b224a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2060,7 +2060,7 @@ See `special-display-buffer-names', and `special-display-regexps'.")
2060 else if (CONSP (car) 2060 else if (CONSP (car)
2061 && STRINGP (XCAR (car)) 2061 && STRINGP (XCAR (car))
2062 && fast_string_match (XCAR (car), buffer_name) >= 0) 2062 && fast_string_match (XCAR (car), buffer_name) >= 0)
2063 return XCDR (tem); 2063 return XCDR (car);
2064 } 2064 }
2065 return Qnil; 2065 return Qnil;
2066} 2066}