* progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile".

This commit is contained in:
Dmitry Gutov 2013-06-22 03:20:54 +04:00
parent 5cf8176d55
commit 7bcf66280c

View file

@ -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