emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Tue, 23 Jul 2002 15:08:14 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.335 emacs/src/editfns.c:1.336
*** emacs/src/editfns.c:1.335   Tue Jul 16 15:48:12 2002
--- emacs/src/editfns.c Tue Jul 23 15:08:14 2002
***************
*** 2918,2924 ****
       int nargs;
       Lisp_Object *args;
  {
!   if (NILP (args[0]))
      {
        message (0);
        return Qnil;
--- 2918,2926 ----
       int nargs;
       Lisp_Object *args;
  {
!   if (NILP (args[0])
!       || (STRINGP (args[0])
!         && SBYTES (args[0]) == 0))
      {
        message (0);
        return Qnil;



reply via email to

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