Mercurial > hg > xemacs-beta
diff src/editfns.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 0132846995bd |
children | 6075d714658b |
line wrap: on
line diff
--- a/src/editfns.c Mon Aug 13 09:45:48 2007 +0200 +++ b/src/editfns.c Mon Aug 13 09:46:53 2007 +0200 @@ -491,7 +491,7 @@ } Lisp_Object -save_current_buffer_restore(Lisp_Object buffer) +save_current_buffer_restore (Lisp_Object buffer) { struct buffer *buf = XBUFFER (buffer); if (!BUFFER_LIVE_P (buf)) @@ -504,7 +504,7 @@ Save the current buffer; execute BODY; restore the current buffer. Executes BODY just like `progn'. */ - (args)) + (args)) { /* This function can GC */ int speccount = specpdl_depth ();