X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsymeval.h;h=df25cab888dfd2b78a24cfdfc557c968ce8e0ee3;hb=61eb11c74fbb16ab785ba9a4a3ec5e952e11d036;hp=739999b5a6563ef14dba940e7e6cc0cc3d63ce7c;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git- diff --git a/src/symeval.h b/src/symeval.h index 739999b..df25cab 100644 --- a/src/symeval.h +++ b/src/symeval.h @@ -375,4 +375,6 @@ void defvar_magic (const char *symbol_name, const struct symbol_value_forward *m #define DEFVAR_BOOL_MAGIC(lname, c_location, magicfun) \ DEFVAR_SYMVAL_FWD_INT (lname, c_location, SYMVAL_BOOLEAN_FORWARD, magicfun) +void flush_all_buffer_local_cache (void); + #endif /* INCLUDED_symeval_h_ */