projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a058d61
)
; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.
author
Po Lu
<luangruo@yahoo.com>
Sun, 31 Dec 2023 03:21:34 +0000
(11:21 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 31 Dec 2023 03:21:34 +0000
(11:21 +0800)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 5b4c4ea390e8ded9b96262e63147b20193c0de7d..6b7d4e0e91c7cbccf24257db3ad56d63593dc024 100644
(file)
--- 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;