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;
  }


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to