1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 13:03:09 -08:00

(Fspecial_display_p): Return the right value

when special-display-regexps specifies frame parameters.
This commit is contained in:
Richard M. Stallman 1998-01-16 19:16:02 +00:00
parent a1d4421658
commit 0057b00a17

View file

@ -2060,7 +2060,7 @@ See `special-display-buffer-names', and `special-display-regexps'.")
else if (CONSP (car)
&& STRINGP (XCAR (car))
&& fast_string_match (XCAR (car), buffer_name) >= 0)
return XCDR (tem);
return XCDR (car);
}
return Qnil;
}