emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116514: * lisp/progmodes/ruby-mode.el (auto-mode-al


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r116514: * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
Date: Fri, 21 Feb 2014 15:39:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116514
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-21 17:39:17 +0200
message:
  * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-21 14:29:28 +0000
+++ b/lisp/ChangeLog    2014-02-21 15:39:17 +0000
@@ -1,5 +1,7 @@
 2014-02-21  Dmitry Gutov  <address@hidden>
 
+       * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
+
        * electric.el (electric-indent-functions-without-reindent):
        Add `yaml-indent-line'.
 

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2014-02-03 15:59:39 +0000
+++ b/lisp/progmodes/ruby-mode.el       2014-02-21 15:39:17 +0000
@@ -2174,7 +2174,7 @@
                                      "\\|jbuilder\\|gemspec\\|podspec"
                                      "\\|/"
                                      "\\(?:Gem\\|Rake\\|Cap\\|Thor"
-                                     "Vagrant\\|Guard\\|Pod\\)file"
+                                     "\\|Vagrant\\|Guard\\|Pod\\)file"
                                      "\\)\\'")) 'ruby-mode))
 
 ;;;###autoload


reply via email to

[Prev in Thread] Current Thread [Next in Thread]