Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
690 case 'f': /* Existing file name. */ | 690 case 'f': /* Existing file name. */ |
691 { | 691 { |
692 Lisp_Object tem = call4 (Qread_file_name, PROMPT (), | 692 Lisp_Object tem = call4 (Qread_file_name, PROMPT (), |
693 Qnil, /* dir */ | 693 Qnil, /* dir */ |
694 Qnil, /* default */ | 694 Qnil, /* default */ |
695 make_int (0) /* must-match */ | 695 Qzero /* must-match */ |
696 ); | 696 ); |
697 args[argnum] = tem; | 697 args[argnum] = tem; |
698 arg_from_tty = 1; | 698 arg_from_tty = 1; |
699 break; | 699 break; |
700 } | 700 } |