diff options
| author | Chong Yidong | 2011-06-19 14:53:49 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-06-19 14:53:49 -0400 |
| commit | 4ca009e5a83198b1d5bb57ee4f53d275eb8623ae (patch) | |
| tree | e20a4e88f362ddbddbeee9957af587199c7fd618 | |
| parent | d264a46ba277cf7bb66609e4b99deb351c78de80 (diff) | |
| download | emacs-4ca009e5a83198b1d5bb57ee4f53d275eb8623ae.tar.gz emacs-4ca009e5a83198b1d5bb57ee4f53d275eb8623ae.zip | |
* lisp/files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/files.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 394698bad5f..cafd440f650 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-19 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-06-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852). | ||
| 4 | |||
| 3 | * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). | 5 | * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). |
| 4 | 6 | ||
| 5 | 2011-06-19 Martin Rudalics <rudalics@gmx.at> | 7 | 2011-06-19 Martin Rudalics <rudalics@gmx.at> |
diff --git a/lisp/files.el b/lisp/files.el index aafc6f92906..f79046e8b8f 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2333,6 +2333,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode) | |||
| 2333 | ("\\.ebrowse\\'" . ebrowse-tree-mode) | 2333 | ("\\.ebrowse\\'" . ebrowse-tree-mode) |
| 2334 | ("#\\*mail\\*" . mail-mode) | 2334 | ("#\\*mail\\*" . mail-mode) |
| 2335 | ("\\.g\\'" . antlr-mode) | 2335 | ("\\.g\\'" . antlr-mode) |
| 2336 | ("\\.m2\\'" . m2-mode) | ||
| 2336 | ("\\.ses\\'" . ses-mode) | 2337 | ("\\.ses\\'" . ses-mode) |
| 2337 | ("\\.docbook\\'" . sgml-mode) | 2338 | ("\\.docbook\\'" . sgml-mode) |
| 2338 | ("\\.com\\'" . dcl-mode) | 2339 | ("\\.com\\'" . dcl-mode) |