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