aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-08-19 06:34:26 +0000
committerJim Blandy1992-08-19 06:34:26 +0000
commit02665de74014b285358b4a1e1896b7193f7b9254 (patch)
tree728375e7300432ead774b09958b07999fc5e3bac /src
parentb9d721de010eda6f83c81ddb2197c41e83e8d253 (diff)
downloademacs-02665de74014b285358b4a1e1896b7193f7b9254.tar.gz
emacs-02665de74014b285358b4a1e1896b7193f7b9254.zip
* mocklisp.c (Fml_substr): Put comments around text following #endif.
Diffstat (limited to 'src')
-rw-r--r--src/mocklisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mocklisp.c b/src/mocklisp.c
index 353d4da0e43..5e86a8fe4d3 100644
--- a/src/mocklisp.c
+++ b/src/mocklisp.c
@@ -194,7 +194,7 @@ If either FROM or LENGTH is negative, the length of STRING is added to it.")
194 XSETINT (to, XINT (to) + XINT (from)); 194 XSETINT (to, XINT (to) + XINT (from));
195 return Fsubstring (string, from, to); 195 return Fsubstring (string, from, to);
196} 196}
197#endif NOTDEF 197#endif /* 0 */
198DEFUN ("insert-string", Finsert_string, Sinsert_string, 0, MANY, 0, 198DEFUN ("insert-string", Finsert_string, Sinsert_string, 0, MANY, 0,
199 "Mocklisp-compatibility insert function.\n\ 199 "Mocklisp-compatibility insert function.\n\
200Like the function `insert' except that any argument that is a number\n\ 200Like the function `insert' except that any argument that is a number\n\