mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 10:51:29 -08:00
Declare evaporate_overlays.
This commit is contained in:
parent
d386034e2c
commit
74e88815db
1 changed files with 1 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ extern struct buffer buffer_local_types;
|
|||
#define BUFFER_FLOOR_OF(n) (BEGV <= GPT && GPT <= (n) ? GPT : BEGV)
|
||||
|
||||
extern void reset_buffer ();
|
||||
extern void evaporate_overlays ();
|
||||
|
||||
extern Lisp_Object Fbuffer_name ();
|
||||
extern Lisp_Object Fget_file_buffer ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue