Mercurial > hg > xemacs-beta
diff src/nt.c @ 4487:866b84b7c97e
Remove interactive specs from #'mswindows-{short,long}-file-name,
2008-07-20 John Paul Wallington <jpw@pobox.com>
* nt.c (Fmswindows_short_file_name, Fmswindows_long_file_name):
Remove their interactive specs; they shouldn't be called interactively.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 26 Jul 2008 11:50:26 +0200 |
parents | 3e7493e76dc7 |
children | 5bbff3553494 |
line wrap: on
line diff
--- a/src/nt.c Sat Jul 26 11:46:13 2008 +0200 +++ b/src/nt.c Sat Jul 26 11:50:26 2008 +0200 @@ -2063,7 +2063,7 @@ /* Some miscellaneous functions that are Windows specific, but not GUI specific (ie. are applicable in terminal or batch mode as well). */ -DEFUN ("mswindows-short-file-name", Fmswindows_short_file_name, 1, 1, "", /* +DEFUN ("mswindows-short-file-name", Fmswindows_short_file_name, 1, 1, 0, /* Return the short file name version (8.3) of the full path of FILENAME. If FILENAME does not exist, return nil. All path elements in FILENAME are converted to their short names. @@ -2092,7 +2092,7 @@ } -DEFUN ("mswindows-long-file-name", Fmswindows_long_file_name, 1, 1, "", /* +DEFUN ("mswindows-long-file-name", Fmswindows_long_file_name, 1, 1, 0, /* Return the long file name version of the full path of FILENAME. If FILENAME does not exist, return nil. All path elements in FILENAME are converted to their long names.