summaryrefslogtreecommitdiff
path: root/src/xselect.c
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-10-31 13:43:37 +0000
committerErik Naggum <erik@naggum.no>1996-10-31 13:43:37 +0000
commita0d76c279ecb62448cee5a54672264e4399dc518 (patch)
treeedb208b945f2c6ddc5a084ec6a0bdd936c880103 /src/xselect.c
parent9939d191eb019b46831b7de2332be7c8080e8724 (diff)
downloademacs-a0d76c279ecb62448cee5a54672264e4399dc518.tar.gz
Reorganize function definitions so etags finds them.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 053d7f0fa3e..009e206ebdf 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -1736,9 +1736,8 @@ x_handle_selection_notify (event)
}
-DEFUN ("x-own-selection-internal",
- Fx_own_selection_internal, Sx_own_selection_internal,
- 2, 2, 0,
+DEFUN ("x-own-selection-internal", Fx_own_selection_internal,
+ Sx_own_selection_internal, 2, 2, 0,
"Assert an X selection of the given TYPE with the given VALUE.\n\
TYPE is a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD'.\n\
\(Those are literal upper-case symbol names, since that's what X expects.)\n\
@@ -1759,8 +1758,8 @@ anything that the functions on `selection-converter-alist' know about.")
simply return our selection value. If we are not the owner, this
will block until all of the data has arrived. */
-DEFUN ("x-get-selection-internal",
- Fx_get_selection_internal, Sx_get_selection_internal, 2, 2, 0,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,
+ Sx_get_selection_internal, 2, 2, 0,
"Return text selected from some X window.\n\
SELECTION is a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD'.\n\
\(Those are literal upper-case symbol names, since that's what X expects.)\n\
@@ -1807,8 +1806,8 @@ TYPE is the type of data desired, typically `STRING'.")
return val;
}
-DEFUN ("x-disown-selection-internal",
- Fx_disown_selection_internal, Sx_disown_selection_internal, 1, 2, 0,
+DEFUN ("x-disown-selection-internal", Fx_disown_selection_internal,
+ Sx_disown_selection_internal, 1, 2, 0,
"If we own the selection SELECTION, disown it.\n\
Disowning it means there is no such selection.")
(selection, time)