From: Dmitry Gutov Date: Fri, 1 Jan 2021 12:35:57 +0000 (+0200) Subject: ; ruby-smie--bosp: Fix the breakage X-Git-Tag: emacs-28.0.90~4440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ea7cec4c0d7f76fd5adeb00b03fabd2ef3b756d;p=emacs.git ; ruby-smie--bosp: Fix the breakage --- diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 9acd7b47876..155a1609d3e 100644 --- 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 ".")))))) + (equal (syntax-after (1- (point))) + (string-to-syntax ".")))))) (defun ruby-smie--implicit-semi-p () (save-excursion