Mercurial > hg > xemacs-beta
diff src/buffer.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 85ec50267440 |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/src/buffer.c Mon Aug 13 09:49:11 2007 +0200 +++ b/src/buffer.c Mon Aug 13 09:50:14 2007 +0200 @@ -962,7 +962,6 @@ (flag, buffer)) { /* This function can GC */ - Lisp_Object fn; struct buffer *buf = decode_buffer (buffer, 0); #ifdef ENERGIZE @@ -975,7 +974,7 @@ /* If buffer becoming modified, lock the file. If buffer becoming unmodified, unlock the file. */ - fn = buf->file_truename; + Lisp_Object fn = buf->file_truename; if (!NILP (fn)) { int already = BUF_SAVE_MODIFF (buf) < BUF_MODIFF (buf);