;ELC   
;;; Compiled
;;; in Emacs version 29.4
;;; with all optimizations.



(defvar autoconf-mode-map (define-keymap))#@30 Hook run by `autoconf-mode'.
(defvar autoconf-mode-hook nil (#$ . 126))
(defconst autoconf-definition-regexp "A\\(?:H_TEMPLATE\\|C_\\(?:SUBST\\|DEFINE\\(?:_UNQUOTED\\)?\\)\\)(\\[*\\(\\(?:\\sw\\|\\s_\\)+\\)\\]*")
(defvar autoconf-font-lock-keywords (byte-code "\301\302B\303BB\207" [autoconf-definition-regexp ("\\_<\\(?:A[CHMS]\\|LT\\)_\\(?:\\sw\\|\\s_\\)+" . font-lock-keyword-face) (1 font-lock-function-name-face) (("changequote" . font-lock-keyword-face))] 3))
(defvar autoconf-mode-syntax-table (byte-code "\300 \301\302\303#\210\301\304\305#\210\301\306\307#\210\207" [make-syntax-table modify-syntax-entry 34 "." 10 ">" 35 "<"] 5))
(defvar autoconf-imenu-generic-expression (byte-code "\301\302EC\207" [autoconf-definition-regexp nil 1] 3))#@187 Function to use for `add-log-current-defun-function' in Autoconf mode.
This version looks back for an AC_DEFINE or AC_SUBST.  It will stop
searching backwards at another AC_... command.
(defalias 'autoconf-current-defun-function #[0 "\212\301\302\303 \"\210\304\212\305 \210`)\306#\205 \307\310!)\207" [autoconf-definition-regexp skip-syntax-forward "w_" line-end-position re-search-backward beginning-of-defun t match-string-no-properties 1] 4 (#$ . 885)])
(defvar autoconf-mode-hook nil)
(byte-code "\300\301N\204\f \302\300\301\303#\210\304\305!\204 \302\305\306\307#\210\300\207" [autoconf-mode-hook variable-documentation put "Hook run after entering Autoconf mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it.  (This is true for all hook variables.)" boundp autoconf-mode-map definition-name autoconf-mode] 4)
(defvar autoconf-mode-map (make-sparse-keymap))
(byte-code "\301\302N\204 \303\301\302\304\305!#\210\306\307!\204* \303\307\310\311#\210\312\307\306\307!\203& \313\202( \314 \"\210\307\302N\2048 \303\307\302\304\315!#\210\306\300!\204X \303\300\310\311#\210\312\300\306\300!\203P \313\202V \316\300\313\"\210\"\210\300\302N\204f \303\300\302\304\317!#\210\303\311\320\321#\207" [autoconf-mode-abbrev-table autoconf-mode-map variable-documentation put purecopy "Keymap for `autoconf-mode'." boundp autoconf-mode-syntax-table definition-name autoconf-mode defvar-1 nil make-syntax-table "Syntax table for `autoconf-mode'." define-abbrev-table "Abbrev table for `autoconf-mode'." derived-mode-parent prog-mode] 5)#@247 Major mode for editing Autoconf configure.ac files.

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

\{autoconf-mode-map}
(defalias 'autoconf-mode #[0 "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204' \316\317 \"\210\320\f!\211\2035 \211\321 =\203; \322\f\323 \"\210\210\324\325\"\204R ,=\204R \326\325,C#\210\327!\210\330\f!\210,\306\331!\210\332\306\333!\210\334\306\335!\210\336\306\337!\210\340\306\341!\210\342!\306\343!\210\344#\306\345!\210-%\306\346!\210\347&\306\350!\210\351()\352\353!\207" [delay-mode-hooks major-mode mode-name autoconf-mode-map autoconf-mode-syntax-table autoconf-mode-abbrev-table make-local-variable t prog-mode autoconf-mode "Autoconf" mode-class put keymap-parent set-keymap-parent current-local-map char-table-parent standard-syntax-table set-char-table-parent syntax-table abbrev-table-get :parents abbrev-table-put use-local-map set-syntax-table parens-require-spaces nil defun-prompt-regexp "^[ 	]*A[CM]_\\(\\sw\\|\\s_\\)+" comment-start "dnl " comment-start-skip "\\(?:\\(\\W\\|^\\)dnl\\|#\\) +" syntax-propertize-function #[514 "b\210`W\205 \300\301\302#\205 \303\304\224\304\225\305\306$\210\202 \207" [re-search-forward "\\<dnl\\>" t put-text-property 0 syntax-table (11)] 7 "\n\n(fn START END)"] font-lock-defaults (autoconf-font-lock-keywords nil nil) imenu-generic-expression indent-line-function indent-relative add-log-current-defun-function autoconf-current-defun-function run-mode-hooks autoconf-mode-hook local-abbrev-table autoconf-imenu-generic-expression] 5 (#$ . 2465) nil])
(byte-code "\300\301!\210\300\302!\207" [provide autoconf-mode autoconf] 2)
