diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-07-19 01:07:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-07-19 01:07:07 +0000 |
| commit | fd5285f3e3929a85dd3b140880d3bd9bb9626d4d (patch) | |
| tree | 36d055e387a969bf4a1cf794c739d6494ccea123 /lisp/files.el | |
| parent | 8215ebe635873ef5aea8b031aab0e6650fab0321 (diff) | |
| download | emacs-fd5285f3e3929a85dd3b140880d3bd9bb9626d4d.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 7a0a56448a9..8a7bea3b195 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -512,6 +512,7 @@ run `normal-mode' explicitly." ("\\.article\\'" . text-mode) ("\\.letter\\'" . text-mode) ("\\.texinfo\\'" . texinfo-mode) + ("\\.texi\\'" . texinfo-mode) ("\\.lsp\\'" . lisp-mode) ("\\.awk\\'" . awk-mode) ("\\.prolog\\'" . prolog-mode) |
