summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-14 04:55:53 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-14 04:55:53 +0000
commita1a693e138392467ca74fb4ba5b071dd7675960e (patch)
tree7586388b543e40af025fa9e03a63b442eb254009 /sample
parentd453b1a042a4483e74b17d66c7d88ec0c60b964a (diff)
signal delivered to main_thread
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rw-r--r--sample/ruby-mode.el2
-rw-r--r--sample/test.rb2
2 files changed, 1 insertions, 3 deletions
diff --git a/sample/ruby-mode.el b/sample/ruby-mode.el
index e33a164bd9..33e9d2ce4d 100644
--- a/sample/ruby-mode.el
+++ b/sample/ruby-mode.el
@@ -141,7 +141,7 @@ The variable ruby-indent-level controls the amount of indentation.
(use-local-map ruby-mode-map)
(setq mode-name "ruby")
(setq major-mode 'ruby-mode)
- (ruby-mode-variable)
+ (ruby-mode-variables)
(run-hooks 'ruby-mode-hook))
(defun ruby-current-indentation ()
diff --git a/sample/test.rb b/sample/test.rb
index 29670987fa..f09619b827 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -675,8 +675,6 @@ if defined? Process.kill
x = $!
end
ok(x && x =~ /Interrupt/)
-else
- ok(false)
end
check "eval"