[前][次][番号順一覧][スレッド一覧]

ruby-changes:31121

From: knu <ko1@a...>
Date: Tue, 8 Oct 2013 21:42:41 +0900 (JST)
Subject: [ruby-changes:31121] knu:r43200 (trunk): Fix a typo: s/preceging/preceding/

knu	2013-10-08 21:42:37 +0900 (Tue, 08 Oct 2013)

  New Revision: 43200

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43200

  Log:
    Fix a typo: s/preceging/preceding/

  Modified files:
    trunk/misc/ruby-mode.el
Index: misc/ruby-mode.el
===================================================================
--- misc/ruby-mode.el	(revision 43199)
+++ misc/ruby-mode.el	(revision 43200)
@@ -448,7 +448,7 @@ Emacs to Ruby." https://github.com/ruby/ruby/blob/trunk/misc/ruby-mode.el#L448
        ((progn
           (forward-char -1)
           (and (looking-at "\\?")
-               (or (eq (char-syntax (preceging-char)) ?w)
+               (or (eq (char-syntax (preceding-char)) ?w)
                    (ruby-special-char-p))))
         nil)
        ((and (eq option 'heredoc) (< space 0))

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]