* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 21 Feb 2014 15:39:17 +0000 (17:39 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 21 Feb 2014 15:39:17 +0000 (17:39 +0200)
lisp/ChangeLog
lisp/progmodes/ruby-mode.el

index 71bc7e4..de4fe91 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
 
+       * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
+
        * electric.el (electric-indent-functions-without-reindent):
        Add `yaml-indent-line'.
 
index 96835fc..e2175fc 100644 (file)
@@ -2174,7 +2174,7 @@ See `font-lock-syntax-table'.")
                                      "\\|jbuilder\\|gemspec\\|podspec"
                                      "\\|/"
                                      "\\(?:Gem\\|Rake\\|Cap\\|Thor"
-                                     "Vagrant\\|Guard\\|Pod\\)file"
+                                     "\\|Vagrant\\|Guard\\|Pod\\)file"
                                      "\\)\\'")) 'ruby-mode))
 
 ;;;###autoload