projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0273cb6
)
; ruby-smie--bosp: Fix the breakage
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 1 Jan 2021 12:35:57 +0000
(14:35 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 1 Jan 2021 12:36:37 +0000
(14:36 +0200)
lisp/progmodes/ruby-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index 9acd7b47876b197b7bca587d725cd3a16bff92e6..155a1609d3e60d9771ec8454875dced5328f3872 100644
(file)
--- a/
lisp/progmodes/ruby-mode.el
+++ b/
lisp/progmodes/ruby-mode.el
@@
-403,8
+403,8
@@
It is used when `ruby-encoding-magic-comment-style' is set to `custom'."
(not (eq (char-before (1- (point))) ?\\)))
(eq (char-before) ?\;)
(and (eq (char-before) ?=)
- (eq (syntax-after (1- (point)))
- (string-to-syntax "."))))))
+ (eq
ual
(syntax-after (1- (point)))
+
(string-to-syntax "."))))))
(defun ruby-smie--implicit-semi-p ()
(save-excursion