File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/etc/emacs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 992b558d3c60b20d64a9d65b4c761f10dece95a4
4
+ refs/heads/snap-stage3: e7d5af8ec780adf2acf46bb017732cae02a6a867
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 85
85
(not (looking-at " [[:space:]]*\\ (?://.*\\ )?$" ))))
86
86
(+ 1 (current-column )))
87
87
; ; Check for fields on the same line as the open curly brace:
88
- ((looking-at " {[[:blank :]]*[^} \n ]*,[[:space:]]*$" )
88
+ ((looking-at " {[[:space :]]*[^\n ]*,[[:space:]]*$" )
89
89
(progn
90
90
(forward-char )
91
- (forward-to-word 1 )
91
+ (when ( looking-at " [[:space:]] " ) ( forward-to-word 1 ) )
92
92
(current-column )))
93
93
(t (progn
94
94
(goto-char pt)
You can’t perform that action at this time.
0 commit comments