aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ruby-mode.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index f84f698d746..0755afc285f 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -1869,12 +1869,11 @@ The variable `ruby-indent-level' controls the amount of indentation.
1869;;;###autoload 1869;;;###autoload
1870(add-to-list 'auto-mode-alist 1870(add-to-list 'auto-mode-alist
1871 (cons (purecopy (concat "\\(?:\\." 1871 (cons (purecopy (concat "\\(?:\\."
1872 (regexp-opt '("rb" "ru" "rake" "thor" 1872 "rb\\|ru\\|rake\\|thor"
1873 "jbuilder" "gemspec")) 1873 "\\|jbuilder\\|gemspec"
1874 "\\|/" 1874 "\\|/"
1875 (regexp-opt '("Gemfile" "Rakefile" 1875 "\\(?:Gem\\|Rake\\|Cap\\|Thor"
1876 "Capfile" "Thorfile" 1876 "Vagrant\\|Guard\\)file"
1877 "Vagrantfile" "Guardfile"))
1878 "\\)\\'")) 'ruby-mode)) 1877 "\\)\\'")) 'ruby-mode))
1879 1878
1880;;;###autoload 1879;;;###autoload