;ELC ;;; compiled by jwz@thalidomide on Tue Dec 21 00:50:47 1993 ;;; from file /th/jwz/emacs19/lisp/modes/awk-mode.el ;;; emacs version 19.9 Lucid (beta4). ;;; bytecomp version 2.21; 14-dec-93. ;;; 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"))) (error "This file was compiled for Emacs 19.")) (defvar awk-mode-syntax-table nil "\ Syntax table in use in Awk-mode buffers.") (byte-code "¬ÝÁ ÂÃÄ#ˆÂÅÆ#ˆÂÇÆ#ˆÂÈÉ#ˆÂÊË#ˆÂÌË#ˆÂÍË#ˆÂÎË#ˆÂÏË#ˆÂÐË#ˆÂÑË#ˆÂÒË#ˆÂÓË#ˆÂÔË#ˆÂÕÖ#ˆÁ‡" [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) (defvar awk-mode-abbrev-table nil "\ Abbrev table in use in Awk-mode buffers.") (define-abbrev-table 'awk-mode-abbrev-table nil) (fset 'awk-mode #[nil "À ˆÁ\n!ˆÃÅÉ\n!ˆËÌ!ˆÍP ËÏ!ˆ ËÐ!ˆÑËÒ!ˆÓËÔ!ˆÑËÕ!ˆÖË×!ˆØËÙ!ˆÚËÛ!ˆÜËÝ!ˆÞßà!‡" [kill-all-local-variables 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 "\ 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." nil])