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 750d494b83a..5f1d059512d 100644
--- a/src/data.c
+++ b/src/data.c
@@ -336,8 +336,6 @@ DEFUN ("symbolp", Fsymbolp, Ssymbolp, 1, 1, 0,
336 return Qnil; 336 return Qnil;
337} 337}
338 338
339/* Define this in C to avoid unnecessarily consing up the symbol
340 name. */
341DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0, 339DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0,
342 doc: /* Return t if OBJECT is a keyword. 340 doc: /* Return t if OBJECT is a keyword.
343This means that it is a symbol with a print name beginning with `:' 341This means that it is a symbol with a print name beginning with `:'