Blame SOURCES/autoconf-init.el

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