projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1470d
)
; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 8 Oct 2018 20:14:59 +0000
(23:14 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 8 Oct 2018 20:14:59 +0000
(23:14 +0300)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 4569f0024206767ad26f329c4251814df00fbb16..8d58cbd94103eb357bb391fb6616deeb7fdee288 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-344,8
+344,6
@@
DEFUN ("symbolp", Fsymbolp, Ssymbolp, 1, 1, 0,
return Qnil;
}
-/* Define this in C to avoid unnecessarily consing up the symbol
- name. */
DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0,
doc: /* Return t if OBJECT is a keyword.
This means that it is a symbol with a print name beginning with `:'