]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 71bc7e48aef12cc55322f9f4735b5ca703fff40e..de4fe9160462c0a5f84d3f46359576469a9170e3 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 96835fc989222aac3ba140ded3ba3df270e4ba08..e2175fcc80b6d3be191d8337c48a3a5ab769696a 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