Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
16484:96df462c5f15 | 16485:9b919c5464a4 |
---|---|
1157 } | 1157 } |
1158 | 1158 |
1159 return Qnil; | 1159 return Qnil; |
1160 } | 1160 } |
1161 | 1161 |
1162 DEFUN ("insert-before-markers-and-inherit", | 1162 DEFUN ("insert-before-markers-and-inherit", Finsert_and_inherit_before_markers, |
1163 Finsert_and_inherit_before_markers, Sinsert_and_inherit_before_markers, | 1163 Sinsert_and_inherit_before_markers, 0, MANY, 0, |
1164 0, MANY, 0, | |
1165 "Insert text at point, relocating markers and inheriting properties.\n\ | 1164 "Insert text at point, relocating markers and inheriting properties.\n\ |
1166 Point moves forward so that it ends up after the inserted text.\n\ | 1165 Point moves forward so that it ends up after the inserted text.\n\ |
1167 Any other markers at the point of insertion also end up after the text.") | 1166 Any other markers at the point of insertion also end up after the text.") |
1168 (nargs, args) | 1167 (nargs, args) |
1169 int nargs; | 1168 int nargs; |