diff --git a/src/buffer.c b/src/buffer.c index 5b4c4ea390e..6b7d4e0e91c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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;