aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 284cfa7b4a8..81852cae505 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,6 +1,6 @@
1/* Header file for the buffer manipulation primitives. 1/* Header file for the buffer manipulation primitives.
2 2
3Copyright (C) 1985-1986, 1993-1995, 1997-2014 Free Software Foundation, 3Copyright (C) 1985-1986, 1993-1995, 1997-2015 Free Software Foundation,
4Inc. 4Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
@@ -1141,12 +1141,6 @@ record_unwind_current_buffer (void)
1141 } while (false) 1141 } while (false)
1142 1142
1143extern Lisp_Object Vbuffer_alist; 1143extern Lisp_Object Vbuffer_alist;
1144extern Lisp_Object Qbefore_change_functions;
1145extern Lisp_Object Qafter_change_functions;
1146extern Lisp_Object Qfirst_change_hook;
1147extern Lisp_Object Qpriority, Qbefore_string, Qafter_string;
1148extern Lisp_Object Qchoice, Qrange, Qleft, Qright;
1149extern Lisp_Object Qvertical_scroll_bar, Qhorizontal_scroll_bar;
1150 1144
1151/* FOR_EACH_LIVE_BUFFER (LIST_VAR, BUF_VAR) followed by a statement is 1145/* FOR_EACH_LIVE_BUFFER (LIST_VAR, BUF_VAR) followed by a statement is
1152 a `for' loop which iterates over the buffers from Vbuffer_alist. */ 1146 a `for' loop which iterates over the buffers from Vbuffer_alist. */