; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user