;ELC ;;; compiled by kwzh@nutrimat.gnu.ai.mit.edu on Sun Jul 21 15:50:08 1996 ;;; from file /gd/gnu/emacs/19.0/lisp/abbrevlist.el ;;; emacs version 19.31.94.1. ;;; 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 "`abbrevlist.el' was compiled for Emacs 19.29 or later")) #@71 Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. (defalias 'list-one-abbrev-table #[(abbrev-table output-buffer) " q\"\f\"F \\ V'c j\f@!c \\j\f@Jc \\\fA+" [output-buffer nil 0 first-column abbrev-list standard-output mapatoms #[(abbrev) " B" [abbrev abbrev-list] 2] abbrev-table sort string-lessp 40 frame-width "\n" symbol-name 8] 5 (#$ . 484)]) (provide (quote abbrevlist))