Function: makefile-automake-mode

makefile-automake-mode is an autoloaded, interactive and byte-compiled function defined in make-mode.el.gz.

Signature

(makefile-automake-mode)

Documentation

An adapted makefile-mode that knows about automake.

In addition to any hooks its parent mode might have run, this mode runs the hook makefile-automake-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/make-mode.el.gz
;; These should do more than just differentiate font-lock.
;;;###autoload
(define-derived-mode makefile-automake-mode makefile-mode "Makefile.am"
  "An adapted `makefile-mode' that knows about automake."
  (setq font-lock-defaults
	`(makefile-automake-font-lock-keywords ,@(cdr font-lock-defaults))))