From: Dmitry Gutov Date: Fri, 21 Jun 2013 23:20:54 +0000 (+0400) Subject: * progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile". X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2009 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bcf66280cc43eba100e9b7586d5274683746f87;p=emacs.git * progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile". --- 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