Mercurial > emacs
changeset 63706:557271737e6b
(Fx_own_selection_internal): Follow error conventions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Jun 2005 16:19:15 +0000 |
parents | 9e649a045c18 |
children | 983f6dfadc5d |
files | src/xselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Thu Jun 23 16:18:01 2005 +0000 +++ b/src/xselect.c Thu Jun 23 16:19:15 2005 +0000 @@ -2119,7 +2119,7 @@ { check_x (); CHECK_SYMBOL (selection_name); - if (NILP (selection_value)) error ("selection-value may not be nil"); + if (NILP (selection_value)) error ("SELECTION-VALUE may not be nil"); x_own_selection (selection_name, selection_value); return selection_value; }