summaryrefslogtreecommitdiff
path: root/sample/ruby-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'sample/ruby-mode.el')
-rw-r--r--sample/ruby-mode.el2
1 files changed, 1 insertions, 1 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 ()