emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115962: * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.
Date: Fri, 10 Jan 2014 16:34:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115962
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: master
timestamp: Fri 2014-01-10 18:32:45 +0200
message:
  * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.
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-01-10 12:22:58 +0000
+++ b/lisp/ChangeLog    2014-01-10 16:32:45 +0000
@@ -1,3 +1,8 @@
+2014-01-10  Bozhidar Batsov  <address@hidden>
+
+       * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
+       and Podfile.
+
 2014-01-10  Eli Zaretskii  <address@hidden>
 
        * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/ruby-mode.el       2014-01-10 16:32:45 +0000
@@ -2134,10 +2134,10 @@
 (add-to-list 'auto-mode-alist
              (cons (purecopy (concat "\\(?:\\."
                                      "rb\\|ru\\|rake\\|thor"
-                                     "\\|jbuilder\\|gemspec"
+                                     "\\|jbuilder\\|gemspec\\|podspec"
                                      "\\|/"
                                      "\\(?:Gem\\|Rake\\|Cap\\|Thor"
-                                     "Vagrant\\|Guard\\)file"
+                                     "Vagrant\\|Guard\\|Pod\\)file"
                                      "\\)\\'")) 'ruby-mode))
 
 ;;;###autoload


reply via email to

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