1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

* buffer.c (buffer_count): Remove unused var.

This commit is contained in:
Paul Eggert 2011-04-10 23:15:21 -07:00
parent e78aecca60
commit c358e58758
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2011-04-11 Paul Eggert <eggert@cs.ucla.edu>
* buffer.c (buffer_count): Remove unused var.
* bidi.c (bidi_dump_cached_states): Mark as externally visible,
so that it's not optimized away.
(bidi_ignore_explicit_marks_for_paragraph_level): Likewise.

View File

@ -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,