]> 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)
committerPo Lu <luangruo@yahoo.com>
Sun, 31 Dec 2023 03:21:34 +0000 (11:21 +0800)
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;