]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cedet/semantic/wisent/wisent.el (wisent-automaton-p): Use obarrayp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 30 Mar 2017 14:44:35 +0000 (10:44 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 30 Mar 2017 14:44:35 +0000 (10:44 -0400)
lisp/cedet/semantic/wisent/wisent.el

index 36dff0197922a7fbe15710f16d9b0648f7ec3d0e..08cad524aed0d76c50eaadddc031675197990b21 100644 (file)
@@ -114,7 +114,7 @@ If OBJ is a symbol check its value."
   (and (vectorp obj) (= 4 (length obj))
        (vectorp (aref obj 0)) (vectorp (aref obj 1))
        (= (length (aref obj 0)) (length (aref obj 1)))
-       (listp (aref obj 2)) (vectorp (aref obj 3))))
+       (listp (aref obj 2)) (obarrayp (aref obj 3))))
 
 (defsubst wisent-region (&rest positions)
   "Return the start/end positions of the region including POSITIONS.