]> git.eshelyaron.com Git - emacs.git/commitdiff
; ruby-smie--bosp: Fix the breakage
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 1 Jan 2021 12:35:57 +0000 (14:35 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 1 Jan 2021 12:36:37 +0000 (14:36 +0200)
lisp/progmodes/ruby-mode.el

index 9acd7b47876b197b7bca587d725cd3a16bff92e6..155a1609d3e60d9771ec8454875dced5328f3872 100644 (file)
@@ -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