/[emacs]/emacs/src/minibuf.c
ViewVC logotype

Diff of /emacs/src/minibuf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.217 by gerd, Tue Sep 11 16:10:41 2001 UTC revision 1.217.4.1 by schwab, Fri Jan 24 19:12:41 2003 UTC
# Line 1  Line 1 
1  /* Minibuffer input and completion.  /* Minibuffer input and completion.
2     Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,     Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3     2000, 2001 Free Software Foundation, Inc.     2000, 2001, 2003 Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
6    
# Line 2290  or until the next input event arrives, w Line 2290  or until the next input event arrives, w
2290    (string)    (string)
2291       Lisp_Object string;       Lisp_Object string;
2292  {  {
2293      CHECK_STRING (string, 0);
2294    temp_echo_area_glyphs (XSTRING (string)->data);    temp_echo_area_glyphs (XSTRING (string)->data);
2295    return Qnil;    return Qnil;
2296  }  }

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.217.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26