(Fexpand_file_name): Fix previous change.
[bpt/emacs.git] / src / minibuf.c
index 160b361..ff4c21c 100644 (file)
@@ -1,6 +1,6 @@
 /* Minibuffer input and completion.
    Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001 Free Software Foundation, Inc.
+   2000, 2001, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -2431,6 +2431,7 @@ or until the next input event arrives, whichever comes first.  */)
      (string)
      Lisp_Object string;
 {
+  CHECK_STRING (string);
   temp_echo_area_glyphs (SDATA (string));
   return Qnil;
 }