Mercurial > hg > xemacs-beta
diff src/symeval.h @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | abe6d1db359e |
children | 3d3049ae1304 |
line wrap: on
line diff
--- a/src/symeval.h Mon Aug 13 11:36:20 2007 +0200 +++ b/src/symeval.h Mon Aug 13 11:37:21 2007 +0200 @@ -375,4 +375,6 @@ #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_ */