aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-04-10 23:15:21 -0700
committerPaul Eggert <[email protected]>2011-04-10 23:15:21 -0700
commitc358e587580fbd9deb39b3ddde9383611529c2a6 (patch)
treeed3296edf35e61dff12d7699886a1ddad30dbacb /src/buffer.c
parente78aecca6069e0ab7e08f359b185339c7130ccbf (diff)
* buffer.c (buffer_count): Remove unused var.
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 82913ac20e..4e690f4293 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -294,9 +294,6 @@ get_truename_buffer (register Lisp_Object filename)
return Qnil;
}
-/* Incremented for each buffer created, to assign the buffer number. */
-int buffer_count;
-
DEFUE ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0,
doc: /* Return the buffer specified by BUFFER-OR-NAME, creating a new one if needed.
If BUFFER-OR-NAME is a string and a live buffer with that name exists,