diff options
Diffstat (limited to 'src/sunfns.c')
-rw-r--r-- | src/sunfns.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sunfns.c b/src/sunfns.c index 8f8bb102765..13fdfd3a1b7 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -299,7 +299,7 @@ sel_read (sel, file) error("fread botch in sel_read"); return(-1); } else if (n < 0) { - error("Error reading selection."); + error("Error reading selection"); return(-1); } /* @@ -513,3 +513,6 @@ syms_of_sunfns() defsubr(&Ssun_get_selection); defsubr(&Ssun_menu_internal); } + +/* arch-tag: 2d7decb7-58f6-41aa-b45b-077ccfab7158 + (do not change this comment) */ |