diff options
| author | Paul Eggert | 2011-04-10 23:15:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-10 23:15:21 -0700 |
| commit | c358e587580fbd9deb39b3ddde9383611529c2a6 (patch) | |
| tree | ed3296edf35e61dff12d7699886a1ddad30dbacb /src/buffer.c | |
| parent | e78aecca6069e0ab7e08f359b185339c7130ccbf (diff) | |
| download | emacs-c358e587580fbd9deb39b3ddde9383611529c2a6.tar.gz emacs-c358e587580fbd9deb39b3ddde9383611529c2a6.zip | |
* buffer.c (buffer_count): Remove unused var.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
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. */ | ||
| 298 | int buffer_count; | ||
| 299 | |||
| 300 | DEFUE ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0, | 297 | DEFUE ("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. |
| 302 | If BUFFER-OR-NAME is a string and a live buffer with that name exists, | 299 | If BUFFER-OR-NAME is a string and a live buffer with that name exists, |