diff options
| author | Glenn Morris | 2018-10-09 13:12:56 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-10-09 13:12:56 -0700 |
| commit | fe0d4594992165393ace67af914ed828e4e8da4d (patch) | |
| tree | d06ed904ec9c96e2ba3ae257cf21010a250b87a9 /src/data.c | |
| parent | 8b3aacdf3ad09de77b9bdb8bd5ddf31c4e571da9 (diff) | |
| parent | 4cf1eb8062d258338ceb83d5c0703f4000cd8181 (diff) | |
| download | emacs-fe0d4594992165393ace67af914ed828e4e8da4d.tar.gz emacs-fe0d4594992165393ace67af914ed828e4e8da4d.zip | |
Merge from origin/emacs-26
4cf1eb8 (origin/emacs-26) ; * src/data.c (Fkeywordp): Remove inaccura...
3f1470d * doc/emacs/mark.texi (Mark): Index "(de)activating the mark".
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
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. */ | ||
| 341 | DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0, | 339 | DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0, |
| 342 | doc: /* Return t if OBJECT is a keyword. | 340 | doc: /* Return t if OBJECT is a keyword. |
| 343 | This means that it is a symbol with a print name beginning with `:' | 341 | This means that it is a symbol with a print name beginning with `:' |