* lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a

comment, explain how to install automatic mode selection.
From Russ Allbery.
This commit is contained in:
Akim Demaille 2001-10-19 16:02:37 +00:00
parent c886cdc10e
commit 01016ca852
3 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-10-19 Akim Demaille <akim@epita.fr>
* lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
comment, explain how to install automatic mode selection.
From Russ Allbery.
2001-10-19 Ezra Peisach <epeisach@zif.mit.edu>
* bin/autoreconf.in (autoreconf): Display the path to the

View File

@ -26,6 +26,14 @@
;; A major mode for editing autoconf input (like configure.in).
;; Derived from m4-mode.el by Andrew Csillag (drew@staff.prodigy.com)
;;; Your should add the following to your Emacs configuration file:
;; (autoload 'autoconf-mode "autoconf-mode"
;; "Major mode for editing autoconf files." t)
;; (setq auto-mode-alist
;; (cons '("\\.ac\\'\\|configure\\.in\\'" . autoconf-mode)
;; auto-mode-alist))
;;; Code:
;;thank god for make-regexp.el!

View File

@ -27,6 +27,13 @@
;; A major mode for editing autotest input (like testsuite.at).
;; Derived from autoconf-mode.el, by Martin Buchholz (martin@xemacs.org).
;;; Your should add the following to your Emacs configuration file:
;; (autoload 'autotest-mode "autotest-mode"
;; "Major mode for editing autotest files." t)
;; (setq auto-mode-alist
;; (cons '("\\.at\\'" . autotest-mode) auto-mode-alist))
;;; Code:
(defvar autotest-font-lock-keywords