;ELC ;;; compiled by cthomp@willow on Thu Aug 12 00:46:26 1993 ;;; from file /era/era-0.80/editor/lisp/utils/abbrevlist.el ;;; emacs version 19.8 (beta8) Lucid. ;;; bytecomp version 2.15; 14-jul-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.")) (provide 'abbrevlist) (fset 'list-one-abbrev-table #[(abbrev-table output-buffer) " q\" \" \\ Vc j @!c \\j @Jc \\ AV+" [output-buffer nil 0 first-column abbrev-list standard-output mapatoms #[(abbrev) " B" [abbrev abbrev-list] 2] abbrev-table sort string-lessp 40 screen-width "\n" symbol-name 8] 5 "\ Display alphabetical listing of ABBREV-TABLE in buffer BUFFER."])