changeset 663:ebdebdbf3f84

[xemacs-hg @ 2001-09-17 07:48:36 by didierv] autoconf-mode handles configure.ac
author didierv
date Mon, 17 Sep 2001 07:48:36 +0000
parents 23fb07473fa8
children 6e99cc8c6ca5
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 16 21:11:16 2001 +0000
+++ b/lisp/ChangeLog	Mon Sep 17 07:48:36 2001 +0000
@@ -1,3 +1,7 @@
+2001-09-15   Edward M. Lee  <tailbert@yahoo.com>
+
+	* files.el (auto-mode-alist): Add configure.ac support.
+
 2001-09-07  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.3 "asparagus" is released.
@@ -5,7 +9,7 @@
 2001-08-26  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* README:  Partial update.
-	
+
 2001-08-26  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* wid-edit.el (widget-specify-secret):
@@ -37,7 +41,7 @@
 	* term\AT386.el (AT386-keypad-map):
 	* term\AT386.el (AT386-keypad-map)): New.
 	Fix warnings.
-	
+
 	* term\linux.el:
 	* term\lk201.el:
 	* term\news.el:
--- a/lisp/files.el	Sun Sep 16 21:11:16 2001 +0000
+++ b/lisp/files.el	Mon Sep 17 07:48:36 2001 +0000
@@ -1224,7 +1224,7 @@
     ;; Windows syntax.
     ("[/\\][._].*emacs\\'" . emacs-lisp-mode)
     ("\\.m4\\'" . autoconf-mode)
-    ("configure\\.in\\'" . autoconf-mode)
+    ("configure\\.\\(in\\|ac\\)\\'" . autoconf-mode)
     ("\\.ml\\'" . lisp-mode)
     ("\\.ma?ke?\\'" . makefile-mode)
     ("[Mm]akefile\\(\\.\\|\\'\\)" . makefile-mode)