aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2013-06-22 03:20:54 +0400
committerDmitry Gutov2013-06-22 03:20:54 +0400
commit7bcf66280cc43eba100e9b7586d5274683746f87 (patch)
treeeac8b05e09c49a88627de73932c251ada7b4b2e4
parent5cf8176d5504a3d9152902a2877b5d76d0f27f1d (diff)
downloademacs-7bcf66280cc43eba100e9b7586d5274683746f87.tar.gz
emacs-7bcf66280cc43eba100e9b7586d5274683746f87.zip
* progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile".
-rw-r--r--lisp/progmodes/ruby-mode.el2
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.
1874 "\\|/" 1874 "\\|/"
1875 (regexp-opt '("Gemfile" "Rakefile" 1875 (regexp-opt '("Gemfile" "Rakefile"
1876 "Capfile" "Thorfile" 1876 "Capfile" "Thorfile"
1877 "Vagrantfile")) 1877 "Vagrantfile" "Guardfile"))
1878 "\\)\\'")) 'ruby-mode)) 1878 "\\)\\'")) 'ruby-mode))
1879 1879
1880;;;###autoload 1880;;;###autoload