emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104638: * lisp/files.el (auto-mode-a


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104638: * lisp/files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
Date: Sun, 19 Jun 2011 14:53:49 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104638
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-06-19 14:53:49 -0400
message:
  * lisp/files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-19 18:42:06 +0000
+++ b/lisp/ChangeLog    2011-06-19 18:53:49 +0000
@@ -1,5 +1,7 @@
 2011-06-19  Chong Yidong  <address@hidden>
 
+       * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
+
        * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
 
 2011-06-19  Martin Rudalics  <address@hidden>

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2011-06-11 09:50:37 +0000
+++ b/lisp/files.el     2011-06-19 18:53:49 +0000
@@ -2333,6 +2333,7 @@
      ("\\.ebrowse\\'" . ebrowse-tree-mode)
      ("#\\*mail\\*" . mail-mode)
      ("\\.g\\'" . antlr-mode)
+     ("\\.m2\\'" . m2-mode)
      ("\\.ses\\'" . ses-mode)
      ("\\.docbook\\'" . sgml-mode)
      ("\\.com\\'" . dcl-mode)


reply via email to

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