* 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:
matz 2008-09-06 22:37:17 +00:00
Родитель 4cbbf3bdfc
Коммит e39aa51dfa
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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.")