]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.
authorPo Lu <luangruo@yahoo.com>
Sun, 31 Dec 2023 03:21:34 +0000 (11:21 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:56:31 +0000 (08:56 +0100)
(cherry picked from commit 2bbd50a03d61bb38a9b72ba86bcd46106cfeedfe)

src/buffer.c

index 5b4c4ea390e8ded9b96262e63147b20193c0de7d..6b7d4e0e91c7cbccf24257db3ad56d63593dc024 100644 (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;