aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 5c1e1bb278c..3c29019554c 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1135,6 +1135,7 @@ extern Lisp_Object Qbefore_change_functions;
1135extern Lisp_Object Qafter_change_functions; 1135extern Lisp_Object Qafter_change_functions;
1136extern Lisp_Object Qfirst_change_hook; 1136extern Lisp_Object Qfirst_change_hook;
1137extern Lisp_Object Qpriority, Qbefore_string, Qafter_string; 1137extern Lisp_Object Qpriority, Qbefore_string, Qafter_string;
1138extern Lisp_Object Qchoice, Qrange, Qleft, Qright, Qvertical_scroll_bar;
1138 1139
1139/* FOR_EACH_LIVE_BUFFER (LIST_VAR, BUF_VAR) followed by a statement is 1140/* FOR_EACH_LIVE_BUFFER (LIST_VAR, BUF_VAR) followed by a statement is
1140 a `for' loop which iterates over the buffers from Vbuffer_alist. */ 1141 a `for' loop which iterates over the buffers from Vbuffer_alist. */