summaryrefslogtreecommitdiff
path: root/libmu_scm/mu_message.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm/mu_message.c')
-rw-r--r--libmu_scm/mu_message.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index d9d16e8d0..5de35f121 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -464,7 +464,7 @@ SCM_DEFINE (mu_message_set_header_fields, "mu-message-set-header-fields", 2, 1,
cdr, SCM_ARGn, FUNC_NAME);
header_set_value (hdr, SCM_STRING_CHARS (car), SCM_STRING_CHARS (cdr), replace);
}
- return SCM_UNDEFINED;
+ return SCM_UNSPECIFIED;
}
#undef FUNC_NAME
@@ -491,7 +491,7 @@ SCM_DEFINE (mu_message_delete, "mu-message-delete", 1, 1, 0,
attribute_set_deleted (attr);
else
attribute_unset_deleted (attr);
- return SCM_UNDEFINED;
+ return SCM_UNSPECIFIED;
}
#undef FUNC_NAME
@@ -619,7 +619,7 @@ SCM_DEFINE (mu_message_set_flag, "mu-message-set-flag", 2, 1, 0,
if (value)
attribute_set_flags (attr, SCM_INUM (FLAG));
}
- return SCM_UNDEFINED;
+ return SCM_UNSPECIFIED;
}
#undef FUNC_NAME
@@ -667,7 +667,7 @@ SCM_DEFINE (mu_message_set_user_flag, "mu-message-set-user-flag", 2, 1, 0,
attribute_set_userflag (attr, SCM_INUM (FLAG));
else
attribute_unset_userflag (attr, SCM_INUM (FLAG));
- return SCM_UNDEFINED;
+ return SCM_UNSPECIFIED;
}
#undef FUNC_NAME

Return to:

Send suggestions and report system problems to the System administrator.