;ELC ;;; compiled by erik@naggum.no on Sun Jan 14 03:42:20 1996 ;;; from file /gd/gnu/emacs/19.0/lisp/awk-mode.el ;;; emacs version 19.30.70.6. ;;; bytecomp version FSF 2.10 ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`awk-mode.el' was compiled for Emacs 19.29 or later")) #@42 Syntax table in use in Awk-mode buffers. (defvar awk-mode-syntax-table nil (#$ . 466)) (byte-code "„aÁ ÂÃÄ#ˆÂÅÆ#ˆÂÇÆ#ˆÂÈÉ#ˆÂÊË#ˆÂÌË#ˆÂÍË#ˆÂÎË#ˆÂÏË#ˆÂÐË#ˆÂÑË#ˆÂÒË#ˆÂÓË#ˆÂÔË#ˆÂÕÖ#ˆÁ‡" [awk-mode-syntax-table make-syntax-table modify-syntax-entry 92 "\\" 10 "> " 12 35 "< " 47 "." 42 43 45 61 37 60 62 38 124 39 "\""] 4) #@42 Abbrev table in use in Awk-mode buffers. (defvar awk-mode-abbrev-table nil (#$ . 811)) (define-abbrev-table (quote awk-mode-abbrev-table) nil) #@349 Major mode for editing AWK code. This is much like C mode except for the syntax of comments. It uses the same keymap as C mode and has the same variables for customizing indentation. It has its own abbrev table and its own syntax table. Turning on AWK mode calls the value of the variable `awk-mode-hook' with no args, if that value is non-nil. (defalias 'awk-mode #[nil "À ˆÁÂ!ˆÃ\f!ˆÅÇ \nË\f!ˆÍÎ!ˆÏPÍÑ!ˆÍÒ!ˆÓÍÔ!ˆÕÍÖ!ˆÓÍ×!ˆØÍÙ!ˆÚÍÛ!ˆÜÍÝ!ˆÞÍß!ˆàáâ!‡" [kill-all-local-variables require cc-mode use-local-map c-mode-map awk-mode major-mode "AWK" mode-name awk-mode-abbrev-table local-abbrev-table set-syntax-table awk-mode-syntax-table make-local-variable paragraph-start "$\\|" page-delimiter paragraph-separate paragraph-ignore-fill-prefix t indent-line-function c-indent-line require-final-newline comment-start "# " comment-end "" comment-column 32 comment-start-skip "#+ *" comment-indent-function c-comment-indent run-hooks awk-mode-hook] 2 (#$ . 961) nil])