aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 4569f002420..8d58cbd9410 100644
--- a/src/data.c
+++ b/src/data.c
@@ -344,8 +344,6 @@ DEFUN ("symbolp", Fsymbolp, Ssymbolp, 1, 1, 0,
344 return Qnil; 344 return Qnil;
345} 345}
346 346
347/* Define this in C to avoid unnecessarily consing up the symbol
348 name. */
349DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0, 347DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0,
350 doc: /* Return t if OBJECT is a keyword. 348 doc: /* Return t if OBJECT is a keyword.
351This means that it is a symbol with a print name beginning with `:' 349This means that it is a symbol with a print name beginning with `:'