aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorTom Tromey2012-08-23 01:11:22 -0600
committerTom Tromey2012-08-23 01:11:22 -0600
commitc6bb874290bb0d56d2caa106fc3989cf34a72c3e (patch)
treec7f0e392a1bdd080bbdd6bc3837995558ac450fb /src/data.c
parent66ddd174be5aaf2c70666adc4046615cf3413d5b (diff)
downloademacs-c6bb874290bb0d56d2caa106fc3989cf34a72c3e.tar.gz
emacs-c6bb874290bb0d56d2caa106fc3989cf34a72c3e.zip
rename condition-variablep to condition-variable-p
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index fa40f14ccba..ac6c7af9d3c 100644
--- a/src/data.c
+++ b/src/data.c
@@ -485,7 +485,7 @@ DEFUN ("mutexp", Fmutexp, Smutexp, 1, 1, 0,
485 return Qnil; 485 return Qnil;
486} 486}
487 487
488DEFUN ("condition-variablep", Fcondition_variablep, Scondition_variablep, 488DEFUN ("condition-variable-p", Fcondition_variable_p, Scondition_variable_p,
489 1, 1, 0, 489 1, 1, 0,
490 doc: /* Return t if OBJECT is a condition variable. */) 490 doc: /* Return t if OBJECT is a condition variable. */)
491 (Lisp_Object object) 491 (Lisp_Object object)
@@ -3174,7 +3174,7 @@ syms_of_data (void)
3174 defsubr (&Schar_or_string_p); 3174 defsubr (&Schar_or_string_p);
3175 defsubr (&Sthreadp); 3175 defsubr (&Sthreadp);
3176 defsubr (&Smutexp); 3176 defsubr (&Smutexp);
3177 defsubr (&Scondition_variablep); 3177 defsubr (&Scondition_variable_p);
3178 defsubr (&Scar); 3178 defsubr (&Scar);
3179 defsubr (&Scdr); 3179 defsubr (&Scdr);
3180 defsubr (&Scar_safe); 3180 defsubr (&Scar_safe);