diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2013-06-22 03:20:54 +0400 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2013-06-22 03:20:54 +0400 |
commit | 7bcf66280cc43eba100e9b7586d5274683746f87 (patch) | |
tree | eac8b05e09c49a88627de73932c251ada7b4b2e4 /lisp/progmodes | |
parent | 5cf8176d5504a3d9152902a2877b5d76d0f27f1d (diff) | |
download | emacs-7bcf66280cc43eba100e9b7586d5274683746f87.tar.gz |
* progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile".
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index f827b447136..f84f698d746 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -1874,7 +1874,7 @@ The variable `ruby-indent-level' controls the amount of indentation. "\\|/" (regexp-opt '("Gemfile" "Rakefile" "Capfile" "Thorfile" - "Vagrantfile")) + "Vagrantfile" "Guardfile")) "\\)\\'")) 'ruby-mode)) ;;;###autoload |