1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.

This commit is contained in:
Po Lu 2023-12-31 11:21:34 +08:00
parent a058d61615
commit 2bbd50a03d

View file

@ -541,7 +541,7 @@ See also `find-buffer-visiting'. */)
FOR_EACH_LIVE_BUFFER (tail, buf)
{
if (!NILP (Fequal (value, Fbuffer_local_value(variable, buf))))
if (!NILP (Fequal (value, Fbuffer_local_value (variable, buf))))
return buf;
}
return Qnil;