From 2bbd50a03d61bb38a9b72ba86bcd46106cfeedfe Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 31 Dec 2023 11:21:34 +0800 Subject: [PATCH] ; * src/buffer.c (Ffind_buffer): Fix coding style in recent change. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5