branch: elpa/julia-mode commit b390203f0cf2e0004c3a505684d9a01cde620d53 Author: Tamás K. Papp <tkp...@gmail.com> Commit: Tamás K. Papp <tkp...@gmail.com>
oops, now we include \\, this should fix tests --- julia-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 5b74f14039..c8fcac6ed0 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -100,7 +100,6 @@ partial match for LaTeX completion, or `nil' when not applicable." (save-excursion (goto-char beg) (when (and (= (char-after) ?\\) (not (eobp))) - (forward-char) (let ((beg (point))) (cl-flet ((next-char-matches? () (let* ((end (1+ (point)))