From: Richard M. Stallman Date: Tue, 18 Jul 1995 20:48:36 +0000 (+0000) Subject: (auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies. X-Git-Tag: emacs-19.34~3272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f804f4e445fb0a827f57fb066a86d18038ebe74f;p=emacs.git (auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies. --- diff --git a/lisp/files.el b/lisp/files.el index 1c3c93878cc..f6c0b5e9728 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -842,7 +842,7 @@ run `normal-mode' explicitly." ("\\.p\\'" . pascal-mode) ("\\.pas\\'" . pascal-mode) ("\\.mss\\'" . scribe-mode) - ("\\.ada\\'" . ada-mode) + ("\\.ad[abs]\\'" . ada-mode) ("\\.icn\\'" . icon-mode) ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode)