emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115522: Fix comment from the last change to `ruby-s


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r115522: Fix comment from the last change to `ruby-smie-rules'
Date: Sat, 14 Dec 2013 13:58:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115522
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Sat 2013-12-14 15:57:58 +0200
message:
  Fix comment from the last change to `ruby-smie-rules'
modified:
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-12-14 06:46:13 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-12-14 13:57:58 +0000
@@ -561,7 +561,7 @@
        (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]