emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/julia-mode b390203f0c 04/14: oops, now we include \\, this


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode b390203f0c 04/14: oops, now we include \\, this should fix tests
Date: Mon, 6 May 2024 10:01:15 -0400 (EDT)

branch: elpa/julia-mode
commit b390203f0cf2e0004c3a505684d9a01cde620d53
Author: Tamás K. Papp <tkpapp@gmail.com>
Commit: Tamás K. Papp <tkpapp@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)))



reply via email to

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