aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 82913ac20e7..4e690f42934 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -294,9 +294,6 @@ get_truename_buffer (register Lisp_Object filename)
294 return Qnil; 294 return Qnil;
295} 295}
296 296
297/* Incremented for each buffer created, to assign the buffer number. */
298int buffer_count;
299
300DEFUE ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0, 297DEFUE ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0,
301 doc: /* Return the buffer specified by BUFFER-OR-NAME, creating a new one if needed. 298 doc: /* Return the buffer specified by BUFFER-OR-NAME, creating a new one if needed.
302If BUFFER-OR-NAME is a string and a live buffer with that name exists, 299If BUFFER-OR-NAME is a string and a live buffer with that name exists,