branch: elpa/julia-mode commit 4be7bab777ecf30cca2c0287cacce06d54cd1be8 Author: Jeff Bezanson <jeff.bezan...@gmail.com> Commit: Yichao Yu <yyc1...@gmail.com>
fix #2336, julia-in-comment in emacs mode --- julia-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/julia-mode.el b/julia-mode.el index 269ec94..0d38d21 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -113,8 +113,6 @@ (defun julia-in-comment () (save-excursion - (end-of-line) - (backward-char 1) (julia-find-comment-open (line-beginning-position)))) (defun julia-strcount (str chr)