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:
parent
a1d4421658
commit
0057b00a17
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue