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

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

[nongnu] elpa/julia-mode 3597e9a 186/352: Comment improvements.


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 3597e9a 186/352: Comment improvements.
Date: Sun, 29 Aug 2021 11:22:41 -0400 (EDT)

branch: elpa/julia-mode
commit 3597e9af7bec251beee2dfdbbd8d30e17226d018
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Yichao Yu <yyc1992@gmail.com>

    Comment improvements.
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index d0881e1..3715793 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -353,10 +353,10 @@ before point. Returns nil if we're not within nested 
parens."
     (indent-line-to
      (or
       ;; If we're inside an open paren, indent to line up arguments.
-      ;; If we're on a block end keyword, unindent.
       (save-excursion
         (beginning-of-line)
         (ignore-errors (julia-paren-indent)))
+      ;; Indent according to how many nested blocks we are in.
       (save-excursion
         (beginning-of-line)
         (forward-to-indentation 0)



reply via email to

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