mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix comment from the last change to `ruby-smie-rules'
This commit is contained in:
parent
5645852c2e
commit
660efa1a14
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ It is used when `ruby-encoding-magic-comment-style' is set to `custom'."
|
|||
(forward-char 1)
|
||||
(skip-chars-forward " \t")
|
||||
;; `smie-rule-hanging-p' is not good enough here,
|
||||
;; because we want to accept hanging tokens at bol, too.
|
||||
;; because we want to reject hanging tokens at bol, too.
|
||||
(unless (or (eolp) (forward-comment 1))
|
||||
(cons 'column (current-column)))))
|
||||
(`(:after . " @ ") (smie-rule-parent))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue