diff options
Diffstat (limited to 'src/gfilenotify.c')
-rw-r--r-- | src/gfilenotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c index 4e684d1fb54..47b645bc075 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c @@ -173,7 +173,7 @@ will be reported only in case of the 'moved' event. */) CHECK_STRING (file); file = Fdirectory_file_name (Fexpand_file_name (file, Qnil)); if (NILP (Ffile_exists_p (file))) - report_file_error ("File does not exists", Fcons (file, Qnil)); + report_file_error ("File does not exist", list1 (file)); CHECK_LIST (flags); |