emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2c69236: * lisp/cedet/semantic/wisent/wisent.el (wi


From: Stefan Monnier
Subject: [Emacs-diffs] master 2c69236: * lisp/cedet/semantic/wisent/wisent.el (wisent-automaton-p): Use obarrayp.
Date: Thu, 30 Mar 2017 10:44:44 -0400 (EDT)

branch: master
commit 2c69236b3c1daa8fcadc4b798bc8422e59245690
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/cedet/semantic/wisent/wisent.el (wisent-automaton-p): Use obarrayp.
---
 lisp/cedet/semantic/wisent/wisent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/semantic/wisent/wisent.el 
b/lisp/cedet/semantic/wisent/wisent.el
index 36dff01..08cad52 100644
--- a/lisp/cedet/semantic/wisent/wisent.el
+++ b/lisp/cedet/semantic/wisent/wisent.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]