aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
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'. */)
541 541
542 FOR_EACH_LIVE_BUFFER (tail, buf) 542 FOR_EACH_LIVE_BUFFER (tail, buf)
543 { 543 {
544 if (!NILP (Fequal (value, Fbuffer_local_value(variable, buf)))) 544 if (!NILP (Fequal (value, Fbuffer_local_value (variable, buf))))
545 return buf; 545 return buf;
546 } 546 }
547 return Qnil; 547 return Qnil;