diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-08-19 06:34:26 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-08-19 06:34:26 +0000 |
| commit | 02665de74014b285358b4a1e1896b7193f7b9254 (patch) | |
| tree | 728375e7300432ead774b09958b07999fc5e3bac /src/mocklisp.c | |
| parent | b9d721de010eda6f83c81ddb2197c41e83e8d253 (diff) | |
| download | emacs-02665de74014b285358b4a1e1896b7193f7b9254.tar.gz | |
* mocklisp.c (Fml_substr): Put comments around text following #endif.
Diffstat (limited to 'src/mocklisp.c')
| -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.") XSETINT (to, XINT (to) + XINT (from)); return Fsubstring (string, from, to); } -#endif NOTDEF +#endif /* 0 */ DEFUN ("insert-string", Finsert_string, Sinsert_string, 0, MANY, 0, "Mocklisp-compatibility insert function.\n\ Like the function `insert' except that any argument that is a number\n\ |
