summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2013-06-22 03:20:54 +0400
committerDmitry Gutov <dgutov@yandex.ru>2013-06-22 03:20:54 +0400
commit7bcf66280cc43eba100e9b7586d5274683746f87 (patch)
treeeac8b05e09c49a88627de73932c251ada7b4b2e4 /lisp/progmodes
parent5cf8176d5504a3d9152902a2877b5d76d0f27f1d (diff)
downloademacs-7bcf66280cc43eba100e9b7586d5274683746f87.tar.gz
* progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile".
Diffstat (limited to 'lisp/progmodes')
-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.
"\\|/"
(regexp-opt '("Gemfile" "Rakefile"
"Capfile" "Thorfile"
- "Vagrantfile"))
+ "Vagrantfile" "Guardfile"))
"\\)\\'")) 'ruby-mode))
;;;###autoload