branch: elpa/eldoc-mouse
commit 76029101bcc00a18f1df85b3b4307037b8db1988
Author: HuangFeiyu <[email protected]>
Commit: HuangFeiyu <[email protected]>

    change to meet melpa standard
---
 eldoc-mouse.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eldoc-mouse.el b/eldoc-mouse.el
index 627e44c1756..40b96ffd95f 100644
--- a/eldoc-mouse.el
+++ b/eldoc-mouse.el
@@ -86,7 +86,7 @@ POS is the buffer position under the mouse cursor."
   (when (and pos
              (number-or-marker-p pos)
              (not (eldoc-mouse-is-mouse-hovering-posframe? 
eldoc-mouse-posframe-buffer-name))
-             (or (null eq eldoc-mouse-last-symbol-bounds)
+             (or (null eldoc-mouse-last-symbol-bounds)
                  (< pos (car eldoc-mouse-last-symbol-bounds))
                  (> pos (cdr eldoc-mouse-last-symbol-bounds))))
     (posframe-hide eldoc-mouse-posframe-buffer-name)

Reply via email to