Do not supply new arguments for obtaining the completion prefix

This commit is contained in:
Nathaniel Nicandro 2018-10-02 12:55:43 -05:00
parent a26655c66f
commit 31d7cfe34f

View file

@ -1713,7 +1713,7 @@ kernel, but the prefix used by `jupyter-completion-at-point'. See
(cl-defmethod jupyter-completion-prefix (&context (major-mode jupyter-repl-mode))
(and (not (get-text-property (point) 'read-only))
(cl-call-next-method "\\." 1)))
(cl-call-next-method)))
(cl-defmethod jupyter-completion-prefix (&context (jupyter-lang julia))
(cl-call-next-method "\\\\\\|\\.\\|::\\|->" 2))