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
commitcd99ddcfbd4ac889d63f0623e091410e61382a99 (patch)
treeae5c1f1d89509dc7e2a74f899d984c0cc332395c /src/xselect.c
parent8e9a4d6739ad2af9924acb535dd091877a193c3d (diff)
downloademacs-cd99ddcfbd4ac889d63f0623e091410e61382a99.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)