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

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

[nongnu] elpa/julia-mode 7b00566570 05/14: fix


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 7b00566570 05/14: fix
Date: Mon, 6 May 2024 10:01:15 -0400 (EDT)

branch: elpa/julia-mode
commit 7b00566570ae40eb16b40fe9bf5f05835fd64c01
Author: Tamás K. Papp <tkpapp@gmail.com>
Commit: Tamás K. Papp <tkpapp@gmail.com>

    fix
---
 julia-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/julia-mode.el b/julia-mode.el
index c8fcac6ed0..e18b9ab863 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -101,6 +101,7 @@ partial match for LaTeX completion, or `nil' when not 
applicable."
     (goto-char beg)
     (when (and (= (char-after) ?\\) (not (eobp)))
       (let ((beg (point)))
+        (forward-char)                  ; move past the \
         (cl-flet ((next-char-matches? ()
                                       (let* ((end (1+ (point)))
                                              (str 
(buffer-substring-no-properties beg end))



reply via email to

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