Skip to content

Commit 7cadfc4

Browse files
committed
---
yaml --- r: 79419 b: refs/heads/snap-stage3 c: e7d5af8 h: refs/heads/master i: 79417: e910da1 79415: f9320c6 v: v3
1 parent 623fc7a commit 7cadfc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 992b558d3c60b20d64a9d65b4c761f10dece95a4
4+
refs/heads/snap-stage3: e7d5af8ec780adf2acf46bb017732cae02a6a867
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/emacs/rust-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
(not (looking-at "[[:space:]]*\\(?://.*\\)?$"))))
8686
(+ 1 (current-column)))
8787
;; Check for fields on the same line as the open curly brace:
88-
((looking-at "{[[:blank:]]*[^}\n]*,[[:space:]]*$")
88+
((looking-at "{[[:space:]]*[^\n]*,[[:space:]]*$")
8989
(progn
9090
(forward-char)
91-
(forward-to-word 1)
91+
(when (looking-at "[[:space:]]") (forward-to-word 1))
9292
(current-column)))
9393
(t (progn
9494
(goto-char pt)

0 commit comments

Comments
 (0)