;ELC ;;; compiled by kwzh@hal.gnu.ai.mit.edu on Tue May 2 20:10:42 1995 ;;; from file /gd/gnu/emacs/19.0/lisp/abbrevlist.el ;;; emacs version 19.28.90.69. ;;; 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"))) (error "`/gd/gnu/emacs/19.0/lisp/abbrevlist.el' was compiled for Emacs 19")) #@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 (#$ . 489)]) (provide (quote abbrevlist))