changeset 9068:b5c6b76c0722

(auto-mode-alist): Handle ada-mode and icon-mode.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 05:02:49 +0000
parents e3c21008877f
children 5aed7540e27a
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sat Sep 24 04:58:15 1994 +0000
+++ b/lisp/files.el	Sat Sep 24 05:02:49 1994 +0000
@@ -831,6 +831,8 @@
 				  ("\\.p\\'" . pascal-mode)
 				  ("\\.pas\\'" . pascal-mode)
 				  ("\\.mss\\'" . scribe-mode)
+				  ("\\.ada\\'" . ada-mode)
+				  ("\\.icn\\'" . icon-mode)
 				  ("\\.pl\\'" . prolog-mode)
 				  ("\\.cc\\'" . c++-mode)
 				  ("\\.hh\\'" . c++-mode)