ruby-changes:7686
From: matz <ko1@a...>
Date: Sun, 7 Sep 2008 07:39:58 +0900 (JST)
Subject: [ruby-changes:7686] Ruby:r19207 (trunk): * misc/ruby-mode.el: fix a variable-name error.
matz 2008-09-07 07:37:17 +0900 (Sun, 07 Sep 2008) New Revision: 19207 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19207 Log: * misc/ruby-mode.el: fix a variable-name error. Modified files: trunk/ChangeLog trunk/misc/ruby-mode.el Index: ChangeLog =================================================================== --- ChangeLog (revision 19206) +++ ChangeLog (revision 19207) @@ -17,6 +17,8 @@ * misc/*.el: untabify, for interal consistency and consistency with standard Emacs elisp files. + * misc/ruby-mode.el: fix a variable-name error. + Sun Sep 7 06:31:51 2008 Yukihiro Matsumoto <matz@r...> * file.c (file_expand_path): applied a patch from Nobuhiro Tachino Index: misc/ruby-mode.el =================================================================== --- misc/ruby-mode.el (revision 19206) +++ misc/ruby-mode.el (revision 19207) @@ -50,7 +50,7 @@ (regexp-opt ruby-block-mid-keywords) "Regexp to match where the indentation gets shallower in middle of block statements.") -(defconst ruby-block-ops +(defconst ruby-block-op-keywords '("and" "or" "not") "Block operators.") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/