mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
* 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:
parent
c886cdc10e
commit
01016ca852
@ -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
|
||||
|
@ -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!
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user