diff src/editfns.c @ 16485:9b919c5464a4

Reorganize function definitions so etags finds them.
author Erik Naggum <erik@naggum.no>
date Thu, 31 Oct 1996 13:43:37 +0000
parents 17304eb73f97
children fe9cc0d392dd
line wrap: on
line diff
--- a/src/editfns.c	Wed Oct 30 05:11:12 1996 +0000
+++ b/src/editfns.c	Thu Oct 31 13:43:37 1996 +0000
@@ -1159,9 +1159,8 @@
   return Qnil;
 }
 
-DEFUN ("insert-before-markers-and-inherit",
-  Finsert_and_inherit_before_markers, Sinsert_and_inherit_before_markers,
-  0, MANY, 0,
+DEFUN ("insert-before-markers-and-inherit", Finsert_and_inherit_before_markers,
+  Sinsert_and_inherit_before_markers, 0, MANY, 0,
   "Insert text at point, relocating markers and inheriting properties.\n\
 Point moves forward so that it ends up after the inserted text.\n\
 Any other markers at the point of insertion also end up after the text.")