Blame SOURCES/autoconf-init.el

f8f82d
;; Activate autoconf-mode
f8f82d
f8f82d
;; Uncomment the following code if you feel that autoconf-mode.el does better
f8f82d
;; job than Emacs's default autoconf.el.
f8f82d
f8f82d
;; (autoload 'autoconf-mode "autoconf-mode"
f8f82d
;;           "Major mode for editing autoconf files." t)
f8f82d
;; (setq auto-mode-alist
f8f82d
;;       (cons '("\.ac\'\|configure\.in\'" . autoconf-mode)
f8f82d
;;             auto-mode-alist))
f8f82d
f8f82d
;; Activate autotest-mode
f8f82d
(autoload 'autotest-mode "autotest-mode"
f8f82d
         "Major mode for editing autotest files." t)
f8f82d
(setq auto-mode-alist
f8f82d
      (cons '("\.at\'" . autotest-mode) auto-mode-alist))