# HG changeset patch # User didierv # Date 1000712916 0 # Node ID ebdebdbf3f846dd41a807b274f2e792f3da64109 # Parent 23fb07473fa89fb8d1245f64d48c44ee50d798a8 [xemacs-hg @ 2001-09-17 07:48:36 by didierv] autoconf-mode handles configure.ac diff -r 23fb07473fa8 -r ebdebdbf3f84 lisp/ChangeLog --- 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 + + * files.el (auto-mode-alist): Add configure.ac support. + 2001-09-07 Stephen J. Turnbull * XEmacs 21.5.3 "asparagus" is released. @@ -5,7 +9,7 @@ 2001-08-26 Stephen J. Turnbull * README: Partial update. - + 2001-08-26 Stephen J. Turnbull * 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: diff -r 23fb07473fa8 -r ebdebdbf3f84 lisp/files.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)