mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * src/data.c (Ftype_of): Update comment.
This commit is contained in:
parent
6a2b43c569
commit
6de60f33ed
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ for example, (type-of 1) returns `integer'. */)
|
|||
return Qcons;
|
||||
|
||||
case Lisp_Vectorlike:
|
||||
/* WARNING!! Keep 'cl--typeof-types' in sync with this code!! */
|
||||
/* WARNING!! Keep 'cl--type-hierarchy' in sync with this code!! */
|
||||
switch (PSEUDOVECTOR_TYPE (XVECTOR (object)))
|
||||
{
|
||||
case PVEC_NORMAL_VECTOR: return Qvector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue