Mercurial > hg > xemacs-beta
diff src/callint.c @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 2c611d1463a6 |
children | 405dd6d1825b |
line wrap: on
line diff
--- a/src/callint.c Mon Aug 13 10:11:42 2007 +0200 +++ b/src/callint.c Mon Aug 13 10:12:37 2007 +0200 @@ -692,7 +692,7 @@ Lisp_Object tem = call4 (Qread_file_name, PROMPT (), Qnil, /* dir */ Qnil, /* default */ - make_int (0) /* must-match */ + Qzero /* must-match */ ); args[argnum] = tem; arg_from_tty = 1;