diff options
| author | Jim Blandy | 1992-08-19 06:34:26 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-19 06:34:26 +0000 |
| commit | 02665de74014b285358b4a1e1896b7193f7b9254 (patch) | |
| tree | 728375e7300432ead774b09958b07999fc5e3bac /src | |
| parent | b9d721de010eda6f83c81ddb2197c41e83e8d253 (diff) | |
| download | emacs-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.c | 2 |
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 */ |
| 198 | DEFUN ("insert-string", Finsert_string, Sinsert_string, 0, MANY, 0, | 198 | DEFUN ("insert-string", Finsert_string, Sinsert_string, 0, MANY, 0, |
| 199 | "Mocklisp-compatibility insert function.\n\ | 199 | "Mocklisp-compatibility insert function.\n\ |
| 200 | Like the function `insert' except that any argument that is a number\n\ | 200 | Like the function `insert' except that any argument that is a number\n\ |