emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Thu, 23 Jun 2005 12:19:15 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.151 emacs/src/xselect.c:1.152
*** emacs/src/xselect.c:1.151   Fri Jun 17 01:06:04 2005
--- emacs/src/xselect.c Thu Jun 23 16:19:15 2005
***************
*** 2119,2125 ****
  {
    check_x ();
    CHECK_SYMBOL (selection_name);
!   if (NILP (selection_value)) error ("selection-value may not be nil");
    x_own_selection (selection_name, selection_value);
    return selection_value;
  }
--- 2119,2125 ----
  {
    check_x ();
    CHECK_SYMBOL (selection_name);
!   if (NILP (selection_value)) error ("SELECTION-VALUE may not be nil");
    x_own_selection (selection_name, selection_value);
    return selection_value;
  }




reply via email to

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