diff lisp/files.el @ 13743:16b681bc9286

(auto-mode-alist): Recognize .S and .asm extensions.
author Karl Heuer <kwzh@gnu.org>
date Tue, 19 Dec 1995 20:28:26 +0000
parents 3902b2781a8f
children 2015901ab992
line wrap: on
line diff
--- a/lisp/files.el	Sun Dec 17 03:32:19 1995 +0000
+++ b/lisp/files.el	Tue Dec 19 20:28:26 1995 +0000
@@ -918,6 +918,8 @@
     ("\\.texinfo\\'" . texinfo-mode)
     ("\\.texi\\'" . texinfo-mode)
     ("\\.s\\'" . asm-mode)
+    ("\\.S\\'" . asm-mode)
+    ("\\.asm\\'" . asm-mode)
     ("ChangeLog\\'" . change-log-mode)
     ("change.log\\'" . change-log-mode)
     ("changelo\\'" . change-log-mode)