aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r--lisp/progmodes/ruby-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 9725977f7c0..76945adaacb 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -2134,10 +2134,10 @@ See `font-lock-syntax-table'.")
2134(add-to-list 'auto-mode-alist 2134(add-to-list 'auto-mode-alist
2135 (cons (purecopy (concat "\\(?:\\." 2135 (cons (purecopy (concat "\\(?:\\."
2136 "rb\\|ru\\|rake\\|thor" 2136 "rb\\|ru\\|rake\\|thor"
2137 "\\|jbuilder\\|gemspec" 2137 "\\|jbuilder\\|gemspec\\|podspec"
2138 "\\|/" 2138 "\\|/"
2139 "\\(?:Gem\\|Rake\\|Cap\\|Thor" 2139 "\\(?:Gem\\|Rake\\|Cap\\|Thor"
2140 "Vagrant\\|Guard\\)file" 2140 "Vagrant\\|Guard\\|Pod\\)file"
2141 "\\)\\'")) 'ruby-mode)) 2141 "\\)\\'")) 'ruby-mode))
2142 2142
2143;;;###autoload 2143;;;###autoload