emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Fri, 04 Apr 2003 01:23:59 -0500

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.253 emacs/src/minibuf.c:1.254
*** emacs/src/minibuf.c:1.253   Mon Jan 13 03:22:44 2003
--- emacs/src/minibuf.c Fri Jan 24 14:15:05 2003
***************
*** 1,6 ****
  /* Minibuffer input and completion.
     Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
!    2000, 2001 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Minibuffer input and completion.
     Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
!    2000, 2001, 2003 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 2431,2436 ****
--- 2431,2437 ----
       (string)
       Lisp_Object string;
  {
+   CHECK_STRING (string);
    temp_echo_area_glyphs (SDATA (string));
    return Qnil;
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]