зеркало из https://github.com/github/ruby.git
* misc/ruby-mode.el: fix a variable-name error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4cbbf3bdfc
Коммит
e39aa51dfa
|
@ -17,6 +17,8 @@ Sun Sep 7 07:24:09 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||
* 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@ruby-lang.org>
|
||||
|
||||
* file.c (file_expand_path): applied a patch from Nobuhiro Tachino
|
||||
|
|
|
@ -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.")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче