From 4bb832c2d2a691c1b96deee822de9d0767b827cc Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 18 Sep 2001 07:35:40 +0000 Subject: Thank you comments for patches --- src/actions.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index 80b1e98..ed91c8d 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1836,6 +1836,8 @@ cmd_setenv (int interactive, void *data) return NULL; } +/* Thanks to Gergely Nagy for the original + patch. */ char * cmd_chdir (int interactive, void *data) { @@ -1850,6 +1852,8 @@ cmd_chdir (int interactive, void *data) return NULL; } +/* Thanks to Gergely Nagy for the original + patch. */ char * cmd_unsetenv (int interactive, void *data) { @@ -1864,6 +1868,8 @@ cmd_unsetenv (int interactive, void *data) return NULL; } +/* Thanks to Gergely Nagy for the original + patch. */ char * cmd_info (int interactive, void *data) { @@ -1883,6 +1889,8 @@ cmd_info (int interactive, void *data) return NULL; } +/* Thanks to Gergely Nagy for the original + patch. */ char * cmd_lastmsg (int interactive, void *data) { -- cgit v1.2.3